mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
Remove use
This commit is contained in:
parent
e60d2b7752
commit
c35a229860
@ -4,14 +4,12 @@ declare(strict_types=1);
|
||||
|
||||
namespace Psalm\LaravelPlugin\Util;
|
||||
|
||||
use Illuminate\Contracts\Container\BindingResolutionException;
|
||||
use PhpParser\Node\Arg;
|
||||
use Psalm\LaravelPlugin\Providers\ApplicationProvider;
|
||||
use Psalm\NodeTypeProvider;
|
||||
use Psalm\Type\Atomic\TLiteralString;
|
||||
use Psalm\Type\Atomic\TNamedObject;
|
||||
use Psalm\Type\Union;
|
||||
use ReflectionException;
|
||||
|
||||
use function array_key_exists;
|
||||
use function class_exists;
|
||||
|
Loading…
Reference in New Issue
Block a user