Skip to content

Commit

Permalink
Merge pull request #73 from mpociot/fix/php-8.4
Browse files Browse the repository at this point in the history
Remove PHP 8.4 deprecation warning
  • Loading branch information
mnapoli authored Oct 30, 2024
2 parents fdb69ac + 343794b commit 913d0bc
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 @@ -162,7 +162,7 @@ public function useContainer(
*
* @return int 0 if everything went fine, or an error code
*/
public function runCommand($command, OutputInterface $output = null)
public function runCommand($command, ?OutputInterface $output = null)
{
$input = new StringInput($command);

Expand Down

0 comments on commit 913d0bc

Please sign in to comment.