Skip to content

Commit 4292e9c

Browse files
author
David Yell
committed
Tooling tidy
1 parent 7052240 commit 4292e9c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

phpstan.neon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ parameters:
88
- app/
99

1010
level: 5
11+
12+
stubFiles:
13+
- vendor/nuwave/lighthouse/_ide_helper.php

pint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"bootstrap",
55
"config",
66
"database/migrations",
7-
"public"
7+
"public",
8+
"graphql"
89
],
910
"rules": {
1011
"class_definition": {

0 commit comments

Comments
 (0)