Commit a8c81b3f authored by Yassine Doghri's avatar Yassine Doghri
Browse files

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

parent 32283625
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ use CodeIgniter\HTTP\URI;

/**
 * @property string $type
 * @property ?URI $url
 * @property URI $url
 * @property ?string $directory
 */
class Repository extends ManifestObject