mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Fix CS
This commit is contained in:
parent
1a8367a273
commit
70cea447c8
@ -8,8 +8,8 @@ use PhpParser\Node\Expr\Closure as ClosureNode;
|
||||
use Psalm\Codebase;
|
||||
use Psalm\Internal\Analyzer\StatementsAnalyzer;
|
||||
use Psalm\Internal\MethodIdentifier;
|
||||
use Psalm\Internal\Provider\FileStorageProvider;
|
||||
use Psalm\Internal\Provider\DynamicFunctionStorageProvider;
|
||||
use Psalm\Internal\Provider\FileStorageProvider;
|
||||
use Psalm\Internal\Provider\FunctionExistenceProvider;
|
||||
use Psalm\Internal\Provider\FunctionParamsProvider;
|
||||
use Psalm\Internal\Provider\FunctionReturnTypeProvider;
|
||||
|
@ -5,8 +5,8 @@ namespace Psalm\Tests\Config\Plugin\Hook;
|
||||
use Psalm\Codebase;
|
||||
use Psalm\Plugin\DynamicFunctionStorage;
|
||||
use Psalm\Plugin\DynamicTemplateProvider;
|
||||
use Psalm\Plugin\EventHandler\Event\DynamicFunctionStorageProviderEvent;
|
||||
use Psalm\Plugin\EventHandler\DynamicFunctionStorageProviderInterface;
|
||||
use Psalm\Plugin\EventHandler\Event\DynamicFunctionStorageProviderEvent;
|
||||
use Psalm\Storage\FunctionLikeParameter;
|
||||
use Psalm\Type;
|
||||
use Psalm\Type\Atomic\TCallable;
|
||||
|
Loading…
x
Reference in New Issue
Block a user