mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
style: lint
This commit is contained in:
parent
46ef7e8882
commit
1769957916
@ -12,6 +12,10 @@ use Psalm\Plugin\EventHandler\Event\AfterClassLikeVisitEvent;
|
||||
use Psalm\Type;
|
||||
use Psalm\StatementsSource;
|
||||
use function get_class;
|
||||
use function in_array;
|
||||
use function array_merge;
|
||||
use function array_values;
|
||||
use function strtolower;
|
||||
|
||||
class AppInterfaceProvider implements
|
||||
\Psalm\Plugin\Hook\MethodReturnTypeProviderInterface,
|
||||
|
@ -6,6 +6,7 @@ use Illuminate\Foundation\Application as LaravelApplication;
|
||||
use Orchestra\Testbench\Concerns\CreatesApplication;
|
||||
use function file_exists;
|
||||
use function getcwd;
|
||||
use function get_class;
|
||||
|
||||
final class ApplicationHelper
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user