This commit is contained in:
shalvah
2023-05-31 19:57:43 +02:00
parent 963340f2be
commit 39f57d875b
2 changed files with 1 additions and 1 deletions

View File

@@ -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#'

View File

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