Skip to content

Commit

Permalink
cs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Oct 21, 2023
1 parent f1d7843 commit b2bde47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/Analyzer/AttributesAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
use Psalm\Type\Atomic\TLiteralString;
use Psalm\Type\Union;

use function array_key_first;
use function array_shift;
use function array_values;
use function assert;
use function count;
use function reset;
use function strtolower;

/**
Expand Down

0 comments on commit b2bde47

Please sign in to comment.