mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
Remove unused references
This commit is contained in:
parent
4a18811c4c
commit
a0ee837fc7
@ -4,7 +4,6 @@ namespace Psalm\LaravelPlugin\Fakes;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Support\Str;
|
||||
use Psalm\LaravelPlugin\Handlers\Eloquent\Schema\SchemaAggregator;
|
||||
|
||||
use function config;
|
||||
use function get_class;
|
||||
|
@ -4,12 +4,10 @@ namespace Psalm\LaravelPlugin\Providers;
|
||||
|
||||
use Psalm\Internal\Analyzer\ProjectAnalyzer;
|
||||
use Psalm\LaravelPlugin\Fakes\FakeFilesystem;
|
||||
use Psalm\LaravelPlugin\Fakes\FakeModelsCommand;
|
||||
use Psalm\LaravelPlugin\Handlers\Eloquent\Schema\SchemaAggregator;
|
||||
use Symfony\Component\Console\Input\ArrayInput;
|
||||
use Symfony\Component\Console\Output\NullOutput;
|
||||
|
||||
use function dirname;
|
||||
use function glob;
|
||||
use function unlink;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user