-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
executable file
·32 lines (26 loc) · 1.07 KB
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Messenger\\\\Stamp\\\\StampInterface\\:\\:getTransportName\\(\\)\\.$#"
count: 1
path: src/Common/Bus/Locators/ApplicationHandlerLocator.php
-
message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\Foundation\\\\Application\\:\\:configure\\(\\)\\.$#"
count: 1
path: src/Presentation/Api/GraphQL/GraphQLServiceProvider.php
-
message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\Foundation\\\\Application\\:\\:configure\\(\\)\\.$#"
count: 1
path: src/Presentation/Api/REST/RestServiceProvider.php
-
message: "#^Access to an undefined property Illuminate\\\\Contracts\\\\Foundation\\\\Application\\:\\:\\$router\\.$#"
count: 1
path: src/Presentation/Api/REST/RestServiceProvider.php
-
message: "#^Variable \\$router might not be defined\\.$#"
count: 3
path: src/Presentation/Api/REST/routes/routes.v1.php
-
message: "#^Variable \\$router might not be defined\\.$#"
count: 3
path: src/Presentation/routes.php