Skip to content

Commit

Permalink
Update Application to support PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Jan 21, 2025
1 parent bcb4d70 commit 13a10fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function addOptions(InputOption $options): void
->addOption($options);
}

public function extractNamespace(string $name, int $limit = null): string
public function extractNamespace(string $name, ?int $limit = null): string
{
return parent::extractNamespace(str_replace('/', ':', $name), $limit);
}
Expand Down

0 comments on commit 13a10fe

Please sign in to comment.