We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43404ac commit d996a0cCopy full SHA for d996a0c
app/Models/DocumentationLink.php
@@ -5,6 +5,7 @@
5
namespace App\Models;
6
7
use App\Enums\Framework;
8
+use Database\Factories\DocumentationLinkFactory;
9
use Illuminate\Database\Eloquent\Factories\HasFactory;
10
use Illuminate\Database\Eloquent\Model;
11
phpstan.neon
@@ -0,0 +1,12 @@
1
+includes:
2
+ - vendor/larastan/larastan/extension.neon
3
+ - vendor/nesbot/carbon/extension.neon
4
+
+parameters:
+ paths:
+ - app/
+ - database/
+ # Level 10 is the highest level
12
+ level: 5
0 commit comments