style: lint

This commit is contained in:
fiachra mcdermott 2021-06-15 11:47:38 -07:00
parent 46ef7e8882
commit 1769957916
2 changed files with 5 additions and 0 deletions

View File

@ -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,

View File

@ -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
{