forked from 123inkt/123view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
31 lines (26 loc) · 1.33 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: "#^Method DR\\\\Review\\\\ApiPlatform\\\\OpenApi\\\\OpenApiFactory\\:\\:__invoke\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#"
count: 1
path: src/ApiPlatform/OpenApi/OpenApiFactory.php
-
message: "#^Property DR\\\\Review\\\\Entity\\\\Asset\\\\Asset\\:\\:\\$data type mapping mismatch\\: database can contain resource but property expects string\\.$#"
count: 1
path: src/Entity/Asset/Asset.php
-
message: "#^Method DR\\\\Review\\\\Router\\\\ReviewRouter\\:\\:generate\\(\\) has parameter \\$parameters with no value type specified in iterable type array\\.$#"
count: 1
path: src/Router/ReviewRouter.php
-
message: "#^Method DR\\\\Review\\\\Router\\\\ReviewRouter\\:\\:match\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Router/ReviewRouter.php
-
message: "#^Method DR\\\\Review\\\\Router\\\\ReviewRouter\\:\\:matchRequest\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Router/ReviewRouter.php
-
message: "#^Method DR\\\\Review\\\\Service\\\\Api\\\\Gitlab\\\\Discussions\\:\\:responseToJson\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Service/Api/Gitlab/Discussions.php