Skip to content

Commit 92f5c40

Browse files
committed
Fix code style
1 parent e50ccad commit 92f5c40

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/integration/FindOnSamplePhpdocLayoutTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
use PHPUnit\Framework\TestCase;
1717

1818
use function pathinfo;
19+
use function sort;
1920

2021
use const PATHINFO_BASENAME;
2122

tests/integration/FindOnSamplePhpdocLayoutUsingGlobTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
use PHPUnit\Framework\TestCase;
1717

1818
use function pathinfo;
19+
use function sort;
1920

2021
use const PATHINFO_BASENAME;
2122

0 commit comments

Comments
 (0)