|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
3 | 3 | - |
4 | | - message: "#^Parameter \\#1 \\$value of function strval expects bool\\|float\\|int\\|resource\\|string\\|null, mixed given\\.$#" |
| 4 | + message: '#^Parameter \#1 \$value of function strval expects bool\|float\|int\|resource\|string\|null, mixed given\.$#' |
| 5 | + identifier: argument.type |
5 | 6 | count: 2 |
6 | 7 | path: src/Prophecy/Argument/Token/ExactValueToken.php |
7 | 8 |
|
8 | 9 | - |
9 | | - message: "#^Method Prophecy\\\\Doubler\\\\CachedDoubler\\:\\:createDoubleClass\\(\\) should return class\\-string\\<Prophecy\\\\Doubler\\\\DoubleInterface&T of object\\> but returns class\\-string\\.$#" |
| 10 | + message: '#^Method Prophecy\\Doubler\\CachedDoubler\:\:createDoubleClass\(\) should return class\-string\<Prophecy\\Doubler\\DoubleInterface&T of object\> but returns class\-string\.$#' |
| 11 | + identifier: return.type |
10 | 12 | count: 1 |
11 | 13 | path: src/Prophecy/Doubler/CachedDoubler.php |
12 | 14 |
|
13 | 15 | - |
14 | | - message: "#^Method Prophecy\\\\Doubler\\\\Doubler\\:\\:createDoubleClass\\(\\) should return class\\-string\\<Prophecy\\\\Doubler\\\\DoubleInterface&T of object\\> but returns class\\-string\\.$#" |
| 16 | + message: '#^Method Prophecy\\Doubler\\Doubler\:\:createDoubleClass\(\) should return class\-string\<Prophecy\\Doubler\\DoubleInterface&T of object\> but returns class\-string\.$#' |
| 17 | + identifier: return.type |
15 | 18 | count: 1 |
16 | 19 | path: src/Prophecy/Doubler/Doubler.php |
17 | 20 |
|
18 | 21 | - |
19 | | - message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(ReflectionIntersectionType\\|ReflectionNamedType\\|string\\)\\: mixed\\)\\|null, Closure\\(string\\)\\: string given\\.$#" |
| 22 | + message: '#^Call to function method_exists\(\) with ''ReflectionClass'' and ''isReadOnly'' will always evaluate to true\.$#' |
| 23 | + identifier: function.alreadyNarrowedType |
20 | 24 | count: 1 |
21 | 25 | path: src/Prophecy/Doubler/Generator/ClassMirror.php |
22 | 26 |
|
23 | 27 | - |
24 | | - message: "#^Parameter \\#1 \\$callback of function array_map expects \\(callable\\(ReflectionIntersectionType\\|ReflectionNamedType\\)\\: mixed\\)\\|null, Closure\\(ReflectionNamedType\\)\\: string given\\.$#" |
| 28 | + message: '#^Call to function method_exists\(\) with ReflectionMethod and ''hasTentativeReturnT…'' will always evaluate to true\.$#' |
| 29 | + identifier: function.alreadyNarrowedType |
| 30 | + count: 1 |
| 31 | + path: src/Prophecy/Doubler/Generator/ClassMirror.php |
| 32 | + |
| 33 | + - |
| 34 | + message: '#^Parameter \#1 \$callback of function array_map expects \(callable\(ReflectionIntersectionType\|ReflectionNamedType\|string\)\: mixed\)\|null, Closure\(string\)\: string given\.$#' |
| 35 | + identifier: argument.type |
| 36 | + count: 1 |
| 37 | + path: src/Prophecy/Doubler/Generator/ClassMirror.php |
| 38 | + |
| 39 | + - |
| 40 | + message: '#^PHPDoc tag @var with type static\(Prophecy\\Doubler\\LazyDouble\<U of object\>\) is not subtype of native type \$this\(Prophecy\\Doubler\\LazyDouble\<T of object\>\)\.$#' |
| 41 | + identifier: varTag.nativeType |
| 42 | + count: 1 |
| 43 | + path: src/Prophecy/Doubler/LazyDouble.php |
| 44 | + |
| 45 | + - |
| 46 | + message: '#^Property Prophecy\\Doubler\\LazyDouble\:\:\$class \(ReflectionClass\<T of object\>\|null\) does not accept ReflectionClass\<U of object\>\.$#' |
| 47 | + identifier: assign.propertyType |
| 48 | + count: 1 |
| 49 | + path: src/Prophecy/Doubler/LazyDouble.php |
| 50 | + |
| 51 | + - |
| 52 | + message: '#^Call to function method_exists\(\) with ReflectionMethod and ''hasTentativeReturnT…'' will always evaluate to true\.$#' |
| 53 | + identifier: function.alreadyNarrowedType |
| 54 | + count: 1 |
| 55 | + path: src/Prophecy/Prophecy/MethodProphecy.php |
| 56 | + |
| 57 | + - |
| 58 | + message: '#^Parameter \#1 \$callback of function array_map expects \(callable\(ReflectionIntersectionType\|ReflectionNamedType\)\: mixed\)\|null, Closure\(ReflectionNamedType\)\: string given\.$#' |
| 59 | + identifier: argument.type |
25 | 60 | count: 1 |
26 | 61 | path: src/Prophecy/Prophecy/MethodProphecy.php |
27 | 62 |
|
28 | 63 | - |
29 | | - message: "#^Cannot access offset mixed on mixed\\.$#" |
| 64 | + message: '#^Cannot access offset mixed on mixed\.$#' |
| 65 | + identifier: offsetAccess.nonOffsetAccessible |
30 | 66 | count: 1 |
31 | 67 | path: src/Prophecy/Util/ExportUtil.php |
0 commit comments