-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
47 lines (38 loc) · 1.93 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
42
43
44
45
46
parameters:
ignoreErrors:
-
message: "#^PHPDoc tag @param has invalid value \\(\\$name\\)\\: Unexpected token \"\\$name\", expected type at offset 77$#"
count: 1
path: src/Service/DistributionManager.php
-
message: "#^PHPDoc tag @param has invalid value \\(\\$value\\)\\: Unexpected token \"\\$value\", expected type at offset 97$#"
count: 1
path: src/Service/DistributionManager.php
-
message: "#^PHPDoc tag @param has invalid value \\(array &\\$values must be of form array\\(\\$value\\=\\>\\$frequency\\)\\)\\: Unexpected token \"&\", expected variable at offset 58$#"
count: 1
path: src/Service/DistributionManager.php
-
message: "#^Call to an undefined method Doctrine\\\\Persistence\\\\ObjectRepository\\<HappyrNormalDistributionBundle\\:Summary\\>\\:\\:findOneByName\\(\\)\\.$#"
count: 1
path: src/Service/DistributionManager.php
-
message: "#^Parameter \\#1 \\$className of method Doctrine\\\\Persistence\\\\ObjectManager\\:\\:getRepository\\(\\) expects class\\-string\\<HappyrNormalDistributionBundle\\:Summary\\>, string given\\.$#"
count: 1
path: src/Service/DistributionManager.php
-
message: "#^Parameter \\#1 \\$className of method Doctrine\\\\Persistence\\\\ObjectManager\\:\\:getRepository\\(\\) expects class\\-string\\<HappyrNormalDistributionBundle\\:Fragment\\>, string given\\.$#"
count: 1
path: src/Service/DistributionManager.php
-
message: "#^Call to method setCumulativeFrequency\\(\\) on an unknown class HappyrNormalDistributionBundle\\:Fragment\\.$#"
count: 1
path: src/Service/DistributionManager.php
-
message: "#^Call to method setFrequency\\(\\) on an unknown class HappyrNormalDistributionBundle\\:Fragment\\.$#"
count: 1
path: src/Service/DistributionManager.php
-
message: "#^Call to method setValue\\(\\) on an unknown class HappyrNormalDistributionBundle\\:Fragment\\.$#"
count: 1
path: src/Service/DistributionManager.php