Skip to content

Commit

Permalink
Make nullable parameter explicity nullable for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Dec 4, 2024
1 parent 11bb270 commit 375ff33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Burgomaster.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function recursiveCopy(
$sourceDir,
$destDir,
$extensions = array('php', 'php.gz'),
Iterator $files = null
?Iterator $files = null
) {
if (!realpath($sourceDir)) {
throw new \InvalidArgumentException("$sourceDir not found");
Expand Down

0 comments on commit 375ff33

Please sign in to comment.