1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00

Fix style

This commit is contained in:
Brown 2020-05-23 08:06:31 -04:00
parent 0dee85d0b7
commit f5a0622ad2
3 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ use function is_string;
use function strpos;
use function strtolower;
use function substr;
use function array_merge;
/**
* @internal

View File

@ -10,6 +10,7 @@ use Psalm\Issue\ImpureMethodCall;
use Psalm\IssueBuffer;
use Psalm\Type;
use Psalm\Type\Atomic\TNamedObject;
use function array_merge;
/**
* @internal

View File

@ -50,4 +50,3 @@ class EvalAnalyzer
$context->check_variables = false;
}
}