-
Notifications
You must be signed in to change notification settings - Fork 16
/
phpstan-baseline-7x.neon
71 lines (58 loc) · 2.38 KB
/
phpstan-baseline-7x.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$str of function rtrim expects string, mixed given\\.$#"
count: 1
path: library/Jira/LinkHelper.php
-
message: "#^Method Icinga\\\\Module\\\\Jira\\\\RestApi\\:\\:curl\\(\\) has invalid return type CurlHandle\\.$#"
count: 1
path: library/Jira/RestApi.php
-
message: "#^Parameter \\#1 \\$ch of function curl_error expects resource, CurlHandle\\|resource given\\.$#"
count: 1
path: library/Jira/RestApi.php
-
message: "#^Parameter \\#1 \\$ch of function curl_exec expects resource, CurlHandle\\|resource given\\.$#"
count: 1
path: library/Jira/RestApi.php
-
message: "#^Parameter \\#1 \\$ch of function curl_getinfo expects resource, CurlHandle\\|resource given\\.$#"
count: 1
path: library/Jira/RestApi.php
-
message: "#^Parameter \\#1 \\$ch of function curl_setopt_array expects resource, CurlHandle\\|resource given\\.$#"
count: 1
path: library/Jira/RestApi.php
-
message: "#^Parameter \\#1 \\$input of function array_flip expects array\\<int\\|string\\>, array\\|null given\\.$#"
count: 1
path: library/Jira/RestApi.php
-
message: "#^Parameter \\#1 \\$str of function trim expects string, mixed given\\.$#"
count: 1
path: library/Jira/RestApi.php
-
message: "#^Parameter \\#2 \\$search of function array_key_exists expects array, array\\|null given\\.$#"
count: 1
path: library/Jira/RestApi.php
-
message: "#^Parameter \\#2 \\$str of function explode expects string, mixed given\\.$#"
count: 1
path: library/Jira/Validator/PhpSessionBasedCsrfTokenValidator.php
-
message: "#^Parameter \\#1 \\$function of function call_user_func expects callable\\(\\)\\: mixed, array given\\.$#"
count: 1
path: library/Jira/Web/Controller.php
-
message: "#^Parameter \\#1 \\$function of function call_user_func expects callable\\(\\)\\: mixed, array\\{\\$this\\(Icinga\\\\Module\\\\Jira\\\\Web\\\\Controller\\), string\\} given\\.$#"
count: 1
path: library/Jira/Web/Controller.php
-
message: "#^Parameter \\#2 \\$args of function vsprintf expects array\\<bool\\|float\\|int\\|string\\|null\\>, array\\<int, mixed\\> given\\.$#"
count: 1
path: library/Jira/Web/Controller.php
-
message: "#^Parameter \\#1 \\$str of function rawurlencode expects string, mixed given\\.$#"
count: 2
path: library/Jira/Web/Form/NewIssueForm.php