Skip to content

Commit 7904575

Browse files
committed
Fix CS
1 parent 05607cf commit 7904575

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/File/FileHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
use function preg_match;
1111
use function rtrim;
1212
use function str_replace;
13-
use function strlen;
1413
use function str_starts_with;
14+
use function strlen;
1515
use function strtolower;
1616
use function substr;
1717
use function trim;

src/Rules/Api/ApiRuleHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
use PHPStan\File\ParentDirectoryRelativePathHelper;
77
use function dirname;
88
use function pathinfo;
9-
use function stripos;
109
use function str_starts_with;
10+
use function stripos;
1111
use function strtolower;
1212
use const PATHINFO_BASENAME;
1313

0 commit comments

Comments
 (0)