Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Sep 15, 2024
1 parent e50ccad commit 92f5c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/FindOnSamplePhpdocLayoutTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
use PHPUnit\Framework\TestCase;

use function pathinfo;
use function sort;

use const PATHINFO_BASENAME;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
use PHPUnit\Framework\TestCase;

use function pathinfo;
use function sort;

use const PATHINFO_BASENAME;

Expand Down

0 comments on commit 92f5c40

Please sign in to comment.