mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2025-01-22 21:31:21 +01:00
refactor: move application provider namespace
This commit is contained in:
parent
c4c8c0b22a
commit
c0e99e1851
@ -5,7 +5,7 @@ namespace Psalm\LaravelPlugin\Handlers\Application;
|
||||
use Illuminate\Foundation\AliasLoader;
|
||||
use Illuminate\Support\Facades\RateLimiter;
|
||||
use Psalm\LaravelPlugin\Providers\ApplicationInterfaceProvider;
|
||||
use Psalm\LaravelPlugin\Util\ApplicationProvider;
|
||||
use Psalm\LaravelPlugin\Providers\ApplicationProvider;
|
||||
use Psalm\Plugin\EventHandler\AfterClassLikeVisitInterface;
|
||||
use Psalm\Plugin\EventHandler\Event\AfterClassLikeVisitEvent;
|
||||
use function in_array;
|
||||
|
@ -3,7 +3,7 @@
|
||||
namespace Psalm\LaravelPlugin\Handlers\Application;
|
||||
|
||||
use Psalm\LaravelPlugin\Providers\ApplicationInterfaceProvider;
|
||||
use Psalm\LaravelPlugin\Util\ApplicationProvider;
|
||||
use Psalm\LaravelPlugin\Providers\ApplicationProvider;
|
||||
use Psalm\LaravelPlugin\Util\ContainerResolver;
|
||||
use Psalm\Plugin\EventHandler\Event\MethodExistenceProviderEvent;
|
||||
use Psalm\Plugin\EventHandler\Event\MethodParamsProviderEvent;
|
||||
|
@ -10,7 +10,7 @@ use Psalm\LaravelPlugin\ReturnTypeProvider\ModelReturnTypeProvider;
|
||||
use Psalm\LaravelPlugin\ReturnTypeProvider\PathHelpersReturnTypeProvider;
|
||||
use Psalm\LaravelPlugin\ReturnTypeProvider\RelationReturnTypeProvider;
|
||||
use Psalm\LaravelPlugin\ReturnTypeProvider\UrlReturnTypeProvider;
|
||||
use Psalm\LaravelPlugin\Util\ApplicationProvider;
|
||||
use Psalm\LaravelPlugin\Providers\ApplicationProvider;
|
||||
use Psalm\Plugin\PluginEntryPointInterface;
|
||||
use Psalm\Plugin\RegistrationInterface;
|
||||
use SimpleXMLElement;
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
namespace Psalm\LaravelPlugin\Util;
|
||||
namespace Psalm\LaravelPlugin\Providers;
|
||||
|
||||
use Illuminate\Foundation\Application as LaravelApplication;
|
||||
use Orchestra\Testbench\Concerns\CreatesApplication;
|
@ -3,7 +3,7 @@
|
||||
namespace Psalm\LaravelPlugin\Providers;
|
||||
|
||||
use Psalm\LaravelPlugin\Fakes\FakeFilesystem;
|
||||
use Psalm\LaravelPlugin\Util\ApplicationProvider;
|
||||
use Psalm\LaravelPlugin\Providers\ApplicationProvider;
|
||||
use function unlink;
|
||||
|
||||
final class FacadeStubProvider implements GeneratesStubs
|
||||
|
@ -5,7 +5,7 @@ namespace Psalm\LaravelPlugin\Providers;
|
||||
use Barryvdh\LaravelIdeHelper\Console\MetaCommand;
|
||||
use Psalm\LaravelPlugin\Fakes\FakeFilesystem;
|
||||
use Psalm\LaravelPlugin\Fakes\FakeMetaCommand;
|
||||
use Psalm\LaravelPlugin\Util\ApplicationProvider;
|
||||
use Psalm\LaravelPlugin\Providers\ApplicationProvider;
|
||||
|
||||
final class MetaStubProvider implements GeneratesStubs
|
||||
{
|
||||
|
@ -5,7 +5,7 @@ namespace Psalm\LaravelPlugin\Providers;
|
||||
use Psalm\LaravelPlugin\Fakes\FakeFilesystem;
|
||||
use Psalm\LaravelPlugin\Fakes\FakeModelsCommand;
|
||||
use Psalm\LaravelPlugin\Handlers\Eloquent\Schema\SchemaAggregator;
|
||||
use Psalm\LaravelPlugin\Util\ApplicationProvider;
|
||||
use Psalm\LaravelPlugin\Providers\ApplicationProvider;
|
||||
use function glob;
|
||||
use function dirname;
|
||||
|
||||
|
@ -5,7 +5,7 @@ namespace Psalm\LaravelPlugin\ReturnTypeProvider;
|
||||
use Psalm\CodeLocation;
|
||||
use Psalm\Context;
|
||||
use Psalm\Internal\MethodIdentifier;
|
||||
use Psalm\LaravelPlugin\Util\ApplicationProvider;
|
||||
use Psalm\LaravelPlugin\Providers\ApplicationProvider;
|
||||
use Psalm\LaravelPlugin\Util\ContainerResolver;
|
||||
use Psalm\Plugin\Hook\FunctionReturnTypeProviderInterface;
|
||||
use Psalm\Plugin\Hook\MethodReturnTypeProviderInterface;
|
||||
|
@ -4,7 +4,7 @@ namespace Psalm\LaravelPlugin\ReturnTypeProvider;
|
||||
|
||||
use Psalm\CodeLocation;
|
||||
use Psalm\Context;
|
||||
use Psalm\LaravelPlugin\Util\ApplicationProvider;
|
||||
use Psalm\LaravelPlugin\Providers\ApplicationProvider;
|
||||
use Psalm\Plugin\Hook\FunctionReturnTypeProviderInterface;
|
||||
use Psalm\Plugin\Hook\MethodReturnTypeProviderInterface;
|
||||
use Psalm\StatementsSource;
|
||||
|
Loading…
x
Reference in New Issue
Block a user