-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon.dist
More file actions
21 lines (21 loc) · 927 Bytes
/
phpstan.neon.dist
File metadata and controls
21 lines (21 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
parameters:
level: 8
paths:
- src
ignoreErrors:
-
message: '#Parameter \$routes of method PoP\\RootWP\\Hooks\\SetupCortexRoutingHookSet::setupCortex\(\) has invalid type Brain\\Cortex\\Route\\RouteCollectionInterface\.#'
path: src/Hooks/SetupCortexRoutingHookSet.php
count: 2
-
message: '#Parameter \$routes of method PoP\\RootWP\\Hooks\\SetupCortexRoutingHookSet::setupCortex\(\) has invalid type Brain\\Cortex\\Route\\RouteInterface\.#'
path: src/Hooks/SetupCortexRoutingHookSet.php
-
message: '#Call to method addRoute\(\) on an unknown class Brain\\Cortex\\Route\\RouteCollectionInterface\.#'
path: src/Hooks/SetupCortexRoutingHookSet.php
-
message: '#Instantiated class Brain\\Cortex\\Route\\QueryRoute not found\.#'
path: src/Hooks/SetupCortexRoutingHookSet.php
# -
# message: '#Call to static method boot\(\) on an unknown class Brain\\Cortex\.#'
# path: src/Module.php