-
Notifications
You must be signed in to change notification settings - Fork 12
/
phpstan-baseline.neon
41 lines (34 loc) · 1.79 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
32
33
34
35
36
37
38
39
40
41
parameters:
ignoreErrors:
-
message: "#^Method SwagUserPrice\\\\Components\\\\ServiceHelper\\:\\:buildRule\\(\\) has parameter \\$price with no value type specified in iterable type array\\.$#"
count: 1
path: Components/ServiceHelper.php
-
message: "#^Method SwagUserPrice\\\\Components\\\\ServiceHelper\\:\\:getPrice\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: Components/ServiceHelper.php
-
message: "#^Method SwagUserPrice\\\\Components\\\\ServiceHelper\\:\\:getPriceForQuantity\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: Components/ServiceHelper.php
-
message: "#^Method SwagUserPrice\\\\Components\\\\ServiceHelper\\:\\:getPrices\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: Components/ServiceHelper.php
-
message: "#^Method SwagUserPrice\\\\Models\\\\UserPrice\\\\Repository\\:\\:getArticlesCountQuery\\(\\) return type has no value type specified in iterable type Doctrine\\\\DBAL\\\\Driver\\\\Statement\\.$#"
count: 1
path: Models/UserPrice/Repository.php
-
message: "#^Method SwagUserPrice\\\\Models\\\\UserPrice\\\\Repository\\:\\:getArticlesQuery\\(\\) return type has no value type specified in iterable type Doctrine\\\\DBAL\\\\Driver\\\\Statement\\.$#"
count: 1
path: Models/UserPrice/Repository.php
-
message: "#^Method SwagUserPrice\\\\Subscriber\\\\Hooks\\:\\:getSubscribedEvents\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: Subscriber/Hooks.php
-
message: "#^Method SwagUserPrice\\\\Subscriber\\\\Hooks\\:\\:onUpdatePrice\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: Subscriber/Hooks.php