Skip to content

Commit

Permalink
fix support php7
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Dec 10, 2023
1 parent 4870817 commit ce2257b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function getDirectory(string $path, int $position): ?string
*
* @return boolean
*/
function isEmpty(mixed ...$values): bool
function isEmpty(...$values): bool
{
$skipValues = array(
'undefined',
Expand Down

0 comments on commit ce2257b

Please sign in to comment.