Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
samlitowitz committed Dec 25, 2023
1 parent 77a7c7c commit 8924131
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/Psalm/Storage/ClassLikeStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

use function array_values;
use function in_array;
use function var_dump;

final class ClassLikeStorage implements HasAttributesInterface
{
Expand Down
1 change: 0 additions & 1 deletion src/Psalm/Type/UnionTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
use function reset;
use function sort;
use function strpos;
use function var_dump;

use const ARRAY_FILTER_USE_BOTH;

Expand Down

0 comments on commit 8924131

Please sign in to comment.