mirror of
https://github.com/ambieco/scribe.git
synced 2026-01-12 22:43:50 +08:00
Fix lint
This commit is contained in:
@@ -7,6 +7,7 @@ parameters:
|
||||
- '#Call to an undefined method ReflectionType::getName\(\).#'
|
||||
- '#.+Dingo.+#'
|
||||
- '#Call to an undefined method Illuminate\\Contracts\\Filesystem\\Filesystem::path\(\)#'
|
||||
- '#Call to an undefined method Illuminate\\Contracts\\Foundation\\Application::forgetInstance\(\)#'
|
||||
- '#Access to an undefined property Illuminate\\Support\\HigherOrderCollectionProxy#'
|
||||
- '#Access to an undefined property Illuminate\\Contracts\\Foundation\\Application::\$view#'
|
||||
- '#Unsafe usage of new static#'
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
namespace Knuckles\Scribe;
|
||||
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
use Knuckles\Scribe\Commands\DiffConfig;
|
||||
use Knuckles\Scribe\Commands\GenerateDocumentation;
|
||||
|
||||
Reference in New Issue
Block a user