-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
37 lines (36 loc) · 1.93 KB
/
phpstan-baseline.neon
File metadata and controls
37 lines (36 loc) · 1.93 KB
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
32
33
34
35
36
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method FFI::[a-zA-Z0-9_]+\\(\\)\\.$#"
-
message: "#^Call to an undefined method mako\\\\database\\\\midgard\\\\ResultSet<TKey of \\(int\\|string\\), TValue of mako\\\\database\\\\midgard\\\\ORM>\\:\\:including\\(\\)\\.$#"
count: 1
path: src/mako/database/midgard/ResultSet.php
-
message: "#^Call to protected method loadIncludes\\(\\) of class mako\\\\database\\\\midgard\\\\Query<mako\\\\database\\\\midgard\\\\ORM>\\.$#"
count: 1
path: src/mako/database/midgard/ORM.php
-
message: "#Access to an undefined property mako\\\\error\\\\handlers\\\\web\\\\Handler::\\$request\\.#"
count: 1
path: src/mako/http/traits/ContentNegotiationTrait.php
-
message: "#Access to an undefined property mako\\\\error\\\\handlers\\\\web\\\\Handler::\\$response\\.#"
count: 1
path: src/mako/http/traits/ContentNegotiationTrait.php
-
message: "#^PHPDoc tag @return with type mako\\\\utility\\\\Collection<int, mako\\\\utility\\\\Collection<int, TValue>> is incompatible with native type static\\(mako\\\\utility\\\\Collection<TKey of \\(int\\|string\\), TValue>\\)\\.$#"
count: 1
path: src/mako/utility/Collection.php
-
message: "#^PHPDoc tag @return with type mako\\\\utility\\\\Collection<TKey of \\(int\\|string\\), TValue> is not subtype of native type static\\(mako\\\\utility\\\\Collection<TKey of \\(int\\|string\\), TValue>\\)\\.$#"
count: 5
path: src/mako/utility/Collection.php
-
message: "#^Call to protected method orderMiddlewareByPriority\\(\\) of class mako\\\\http\\\\routing\\\\Dispatcher\\.$#"
count: 1
path: src/mako/application/cli/commands/app/ListRoutes.php
-
message: "#^PHPDoc tag @var with type mako\\\\http\\\\routing\\\\Dispatcher is not subtype of native type \\$this\\(mako\\\\application\\\\cli\\\\commands\\\\app\\\\ListRoutes\\)\\.$#"
count: 1
path: src/mako/application/cli/commands/app/ListRoutes.php