Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Dec 30, 2023
1 parent 05607cf commit 7904575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/File/FileHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
use function preg_match;
use function rtrim;
use function str_replace;
use function strlen;
use function str_starts_with;
use function strlen;
use function strtolower;
use function substr;
use function trim;
Expand Down
2 changes: 1 addition & 1 deletion src/Rules/Api/ApiRuleHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
use PHPStan\File\ParentDirectoryRelativePathHelper;
use function dirname;
use function pathinfo;
use function stripos;
use function str_starts_with;
use function stripos;
use function strtolower;
use const PATHINFO_BASENAME;

Expand Down

0 comments on commit 7904575

Please sign in to comment.