Skip to content

Commit

Permalink
Add a missing "use"
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Heimes authored and Stefan Heimes committed Jan 13, 2025
1 parent ebeff7c commit 97491b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ItemList.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
use function array_merge;
use function func_num_args;
use function in_array;
use function is_int;
use function is_object;
use function sprintf;
use function strtoupper;
Expand Down

0 comments on commit 97491b5

Please sign in to comment.