forked from composer/getcomposer.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
62 lines (50 loc) · 1.82 KB
/
phpstan-baseline.neon
File metadata and controls
62 lines (50 loc) · 1.82 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
parameters:
ignoreErrors:
-
message: "#^Argument of an invalid type array\\<int, string\\>\\|false supplied for foreach, only iterables are supported\\.$#"
count: 1
path: src/Controller/HomeController.php
-
message: "#^Argument of an invalid type mixed supplied for foreach, only iterables are supported\\.$#"
count: 1
path: src/Controller/HomeController.php
-
message: "#^Cannot access offset 'preview' on mixed\\.$#"
count: 1
path: src/Controller/HomeController.php
-
message: "#^Cannot access offset 'stable' on mixed\\.$#"
count: 2
path: src/Controller/HomeController.php
-
message: "#^Cannot access offset 'version' on mixed\\.$#"
count: 3
path: src/Controller/HomeController.php
-
message: "#^Cannot access offset 0 on mixed\\.$#"
count: 3
path: src/Controller/HomeController.php
-
message: "#^Cannot access offset string on mixed\\.$#"
count: 1
path: src/Controller/HomeController.php
-
message: "#^Cannot cast mixed to int\\.$#"
count: 2
path: src/Controller/HomeController.php
-
message: "#^Method App\\\\Controller\\\\HomeController\\:\\:getVersionInfo\\(\\) should return array\\{path\\: string, version\\: string, min\\-php\\: int\\} but returns mixed\\.$#"
count: 2
path: src/Controller/HomeController.php
-
message: "#^Parameter \\#1 \\$haystack of function str_starts_with expects string, mixed given\\.$#"
count: 1
path: src/Controller/HomeController.php
-
message: "#^Parameter \\#2 \\$callback of function uksort expects callable\\(string, string\\)\\: int, 'version_compare' given\\.$#"
count: 1
path: src/Controller/HomeController.php
-
message: "#^Parameter \\#3 \\$length of function substr expects int\\|null, int\\<0, max\\>\\|false given\\.$#"
count: 1
path: src/Controller/HomeController.php