Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 12, 2023
1 parent b87db62 commit 78c6477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
use PHPStan\Reflection\ConstantNameHelper;
use function array_key_exists;
use function count;
use function ltrim;
use function in_array;
use function ltrim;
use function php_strip_whitespace;
use function preg_match_all;
use function preg_replace;
Expand Down
2 changes: 1 addition & 1 deletion src/Rules/Classes/EnumSanityRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
use Serializable;
use function array_key_exists;
use function count;
use function in_array;
use function implode;
use function in_array;
use function sprintf;

/**
Expand Down

0 comments on commit 78c6477

Please sign in to comment.