mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 12:55:26 +01:00
Fix style
This commit is contained in:
parent
0dee85d0b7
commit
f5a0622ad2
@ -37,6 +37,7 @@ use function is_string;
|
||||
use function strpos;
|
||||
use function strtolower;
|
||||
use function substr;
|
||||
use function array_merge;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -10,6 +10,7 @@ use Psalm\Issue\ImpureMethodCall;
|
||||
use Psalm\IssueBuffer;
|
||||
use Psalm\Type;
|
||||
use Psalm\Type\Atomic\TNamedObject;
|
||||
use function array_merge;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -50,4 +50,3 @@ class EvalAnalyzer
|
||||
$context->check_variables = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user