Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed May 31, 2023
1 parent 963340f commit 39f57d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -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#'
Expand Down
1 change: 0 additions & 1 deletion src/ScribeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 39f57d8

Please sign in to comment.