Skip to content

Commit

Permalink
Fix CS issue due to rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrolGenhald committed Jan 22, 2022
1 parent 0fe2f6f commit 1f1f1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/Type/TypeExpander.php
Expand Up @@ -4,8 +4,8 @@

use Psalm\Codebase;
use Psalm\Exception\CircularReferenceException;
use Psalm\Storage\Assertion\IsType;
use Psalm\Exception\UnresolvableConstantException;
use Psalm\Storage\Assertion\IsType;
use Psalm\Type\Atomic;
use Psalm\Type\Atomic\TArray;
use Psalm\Type\Atomic\TCallable;
Expand Down

0 comments on commit 1f1f1c5

Please sign in to comment.