Skip to content

Commit

Permalink
Add 'use function' statement via vendor/bin/phpcbf
Browse files Browse the repository at this point in the history
  • Loading branch information
fredden committed Feb 27, 2023
1 parent 1e21c2b commit 40bdcd6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
use PHPUnit\Framework\TestCase;

use function extension_loaded;
use function iterator_to_array;

final class DependencyGuesserTest extends TestCase
{
Expand Down

0 comments on commit 40bdcd6

Please sign in to comment.