shalvah 1 year ago
parent
commit
39f57d875b
2 changed files with 1 additions and 1 deletions
  1. 1 0
      phpstan.neon
  2. 0 1
      src/ScribeServiceProvider.php

+ 1 - 0
phpstan.neon

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

+ 0 - 1
src/ScribeServiceProvider.php

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