fix(manifest): set repository url as required in docstring typings

This commit is contained in:
Yassine Doghri 2024-07-04 13:32:44 +00:00
parent 322836254e
commit a8c81b3fa1

View File

@ -8,7 +8,7 @@ use CodeIgniter\HTTP\URI;
/**
* @property string $type
* @property ?URI $url
* @property URI $url
* @property ?string $directory
*/
class Repository extends ManifestObject