Aggiornato Composer
This commit is contained in:
2
vendor/sebastian/cli-parser/src/Parser.php
vendored
2
vendor/sebastian/cli-parser/src/Parser.php
vendored
@@ -41,7 +41,7 @@ final class Parser
|
||||
* @throws OptionDoesNotAllowArgumentException
|
||||
* @throws UnknownOptionException
|
||||
*/
|
||||
public function parse(array $argv, string $shortOptions, array $longOptions = null): array
|
||||
public function parse(array $argv, string $shortOptions, ?array $longOptions = null): array
|
||||
{
|
||||
if (empty($argv)) {
|
||||
return [[], []];
|
||||
|
||||
Reference in New Issue
Block a user