forked from lodash-php/lodash-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
82 lines (66 loc) · 3.38 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
70
71
72
73
74
75
76
77
78
79
80
81
parameters:
ignoreErrors:
-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$iteratee$#"
count: 1
path: src/Array/differenceBy.php
-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$comparator$#"
count: 1
path: src/Array/differenceWith.php
-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$iteratee$#"
count: 1
path: src/Array/intersectionBy.php
-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$comparator$#"
count: 1
path: src/Array/intersectionWith.php
-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$iteratee$#"
count: 1
path: src/Array/unionBy.php
-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$comparator$#"
count: 1
path: src/Array/unionWith.php
-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$iteratee$#"
count: 1
path: src/Array/zipWith.php
-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: src/Collection/size.php
-
message: "#^Right side of \\|\\| is always false\\.$#"
count: 2
path: src/Number/random.php
-
message: "#^Call to function is_array\\(\\) with null will always evaluate to false\\.$#"
count: 1
path: src/String/replace.php
-
message: "#^Comparison operation \"\\>\\=\" between int\\<0, max\\> and 0 is always true\\.$#"
count: 1
path: src/String/startsWith.php
-
message: "#^Comparison operation \"\\>\" between int\\<0, max\\> and \\-1 is always true\\.$#"
count: 1
path: src/String/truncate.php
-
message: "#^Call to function is_array\\(\\) with object will always evaluate to false\\.$#"
count: 1
path: src/internal/isIterateeCall.php
-
message: "#^Result of \\|\\| is always true\\.$#"
count: 1
path: src/internal/isIterateeCall.php
-
message: "#^Unreachable statement \\- code above always terminates\\.$#"
count: 1
path: src/internal/isIterateeCall.php
-
message: "#^Regex pattern is invalid\\: Delimiter must not be alphanumeric or backslash in pattern\\: \\\\x\\{e83c\\}\\[\\\\x\\{effb\\}\\-\\\\x\\{efff\\}\\]\\(\\?\\=\\\\x\\{e83c\\}\\[\\\\x\\{effb\\}\\-\\\\x\\{efff\\}\\]\\)\\|\\(\\?\\:\\[\\^\\\\x\\{e800\\}\\-\\\\x\\{efff\\}\\]\\[\\\\x\\{0300\\}\\-\\\\x\\{036f\\}\\\\x\\{fe20\\}\\-\\\\x\\{fe2f\\}\\\\x\\{20d0\\}\\-\\\\x\\{20ff\\}\\]\\?\\|\\[\\\\x\\{0300\\}\\-\\\\x\\{036f\\}\\\\x\\{fe20\\}\\-\\\\x\\{fe2f\\}\\\\x\\{20d0\\}\\-\\\\x\\{20ff\\}\\]\\|\\(\\?\\:\\\\x\\{e83c\\}\\[\\\\x\\{ede6\\}\\-\\\\x\\{edff\\}\\]\\)\\{2\\}\\|\\[\\\\x\\{e800\\}\\-\\\\x\\{ebff\\}\\]\\[\\\\x\\{ec00\\}\\-\\\\x\\{efff\\}\\]\\|\\[\\\\x\\{e800\\}\\-\\\\x\\{efff\\}\\]\\)\\[\\\\x\\{fe0e\\}\\\\x\\{fe0f\\}\\]\\?\\(\\?\\:\\[\\\\x\\{0300\\}\\-\\\\x\\{036f\\}\\\\x\\{fe20\\}\\-\\\\x\\{fe2f\\}\\\\x\\{20d0\\}\\-\\\\x\\{20ff\\}\\]\\|\\\\x\\{e83c\\}\\[\\\\x\\{effb\\}\\-\\\\x\\{efff\\}\\]\\)\\?\\(\\?\\:\\\\x\\{200d\\}\\(\\?\\:\\[\\^\\\\x\\{e800\\}\\-\\\\x\\{efff\\}\\]\\|\\(\\?\\:\\\\x\\{e83c\\}\\[\\\\x\\{ede6\\}\\-\\\\x\\{edff\\}\\]\\)\\{2\\}\\|\\[\\\\x\\{e800\\}\\-\\\\x\\{ebff\\}\\]\\[\\\\x\\{ec00\\}\\-\\\\x\\{efff\\}\\]\\)\\[\\\\x\\{fe0e\\}\\\\x\\{fe0f\\}\\]\\?\\(\\?\\:\\[\\\\x\\{0300\\}\\-\\\\x\\{036f\\}\\\\x\\{fe20\\}\\-\\\\x\\{fe2f\\}\\\\x\\{20d0\\}\\-\\\\x\\{20ff\\}\\]\\|\\\\x\\{e83c\\}\\[\\\\x\\{effb\\}\\-\\\\x\\{efff\\}\\]\\)\\?\\)\\*$#"
count: 1
path: src/internal/unicodeSize.php