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 7052240 commit 4292e9cCopy full SHA for 4292e9c
phpstan.neon
@@ -8,3 +8,6 @@ parameters:
8
- app/
9
10
level: 5
11
+
12
+ stubFiles:
13
+ - vendor/nuwave/lighthouse/_ide_helper.php
pint.json
@@ -4,7 +4,8 @@
4
"bootstrap",
5
"config",
6
"database/migrations",
7
- "public"
+ "public",
+ "graphql"
],
"rules": {
"class_definition": {
0 commit comments