style: lint

This commit is contained in:
fiachra mcdermott 2021-06-21 18:46:45 -07:00
parent 1badb873a4
commit aeaf71d33d
3 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,8 @@ use function in_array;
use function array_merge;
use function array_values;
use function strtolower;
use function get_class;
use function array_filter;
/**
* @psalm-suppress DeprecatedInterface

View File

@ -6,6 +6,7 @@ use Barryvdh\LaravelIdeHelper\Console\MetaCommand;
use Psalm\LaravelPlugin\Fakes\FakeFilesystem;
use Psalm\LaravelPlugin\Fakes\FakeMetaCommand;
use Psalm\LaravelPlugin\Providers\ApplicationProvider;
use function unlink;
final class MetaStubProvider implements GeneratesStubs
{

View File

@ -7,6 +7,7 @@ use Psalm\LaravelPlugin\Fakes\FakeModelsCommand;
use Psalm\LaravelPlugin\Handlers\Eloquent\Schema\SchemaAggregator;
use function glob;
use function dirname;
use function unlink;
final class ModelStubProvider implements GeneratesStubs
{