-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathphpstan-baseline.neon
69 lines (60 loc) · 2.17 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
parameters:
ignoreErrors:
-
message: """
#^Call to deprecated function Safe\\\\sprintf\\(\\)\\:
The Safe version of this function is no longer needed in PHP 8\\.0\\+$#
"""
count: 1
path: bin/phpstan-baseline-trend.php
-
message: """
#^Call to deprecated function Safe\\\\substr\\(\\)\\:
The Safe version of this function is no longer needed in PHP 8\\.0\\+$#
"""
count: 1
path: bin/phpstan-baseline-trend.php
-
message: """
#^Call to deprecated function Safe\\\\sprintf\\(\\)\\:
The Safe version of this function is no longer needed in PHP 8\\.0\\+$#
"""
count: 3
path: lib/Baseline.php
-
message: "#^Call to function is_array\\(\\) with array\\{ignoreErrors\\?\\: list\\<array\\{message\\: string, count\\: int, path\\: string\\}\\>\\} will always evaluate to true\\.$#"
count: 1
path: lib/Baseline.php
-
message: "#^Call to function is_array\\(\\) with list\\<array\\{message\\: string, count\\: int, path\\: string\\}\\> will always evaluate to true\\.$#"
count: 1
path: lib/Baseline.php
-
message: "#^Property staabm\\\\PHPStanBaselineAnalysis\\\\Baseline\\:\\:\\$content \\(array\\{parameters\\?\\: array\\{ignoreErrors\\?\\: list\\<array\\{message\\: string, count\\: int, path\\: string\\}\\>\\}\\}\\) does not accept array\\.$#"
count: 1
path: lib/Baseline.php
-
message: """
#^Call to deprecated function Safe\\\\substr\\(\\)\\:
The Safe version of this function is no longer needed in PHP 8\\.0\\+$#
"""
count: 2
path: lib/FilterApplication.php
-
message: """
#^Call to deprecated function Safe\\\\substr\\(\\)\\:
The Safe version of this function is no longer needed in PHP 8\\.0\\+$#
"""
count: 2
path: lib/FilterConfig.php
-
message: "#^Parameter \\#1 \\$jsonFiles of method staabm\\\\PHPStanBaselineAnalysis\\\\GraphApplication\\:\\:iterateOverFiles\\(\\) expects list\\<string\\>, array given\\.$#"
count: 1
path: lib/GraphApplication.php
-
message: """
#^Call to deprecated function Safe\\\\sprintf\\(\\)\\:
The Safe version of this function is no longer needed in PHP 8\\.0\\+$#
"""
count: 12
path: lib/ResultPrinter.php