-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
36 lines (30 loc) · 1.27 KB
/
phpstan-baseline.neon
File metadata and controls
36 lines (30 loc) · 1.27 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: "#^Parameter \\#2 \\$value of method Joomla\\\\Uri\\\\Uri\\:\\:setVar\\(\\) expects string, int\\<1, max\\> given\\.$#"
count: 2
path: src/AbstractGithubObject.php
-
message: "#^Class Joomla\\\\Github\\\\Github referenced with incorrect case\\: Joomla\\\\Github\\\\GitHub\\.$#"
count: 1
path: src/Github.php
-
message: "#^Parameter \\#2 \\$value of method Joomla\\\\Uri\\\\Uri\\:\\:setVar\\(\\) expects string, int given\\.$#"
count: 4
path: src/Package/Activity/Notifications.php
-
message: "#^Variable \\$labels in isset\\(\\) always exists and is not nullable\\.$#"
count: 1
path: src/Package/Issues.php
-
message: "#^Parameter \\#2 \\$value of method Joomla\\\\Uri\\\\Uri\\:\\:setVar\\(\\) expects string, int\\<min, \\-1\\>\\|int\\<1, max\\> given\\.$#"
count: 1
path: src/Package/Repositories.php
-
message: "#^Parameter \\#2 \\$value of method Joomla\\\\Uri\\\\Uri\\:\\:setVar\\(\\) expects string, int\\<min, \\-1\\>\\|int\\<1, max\\> given\\.$#"
count: 2
path: src/Package/Search.php
-
message: "#^Parameter \\#2 \\$value of method Joomla\\\\Uri\\\\Uri\\:\\:setVar\\(\\) expects string, int\\<min, \\-1\\>\\|int\\<1, max\\> given\\.$#"
count: 1
path: src/Package/Users.php