|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
3 | 3 | - |
4 | | - message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#" |
| 4 | + message: '#^Construct empty\(\) is not allowed\. Use more strict comparison\.$#' |
| 5 | + identifier: empty.notAllowed |
5 | 6 | count: 1 |
6 | 7 | path: src/Commands/IndexCommand.php |
7 | 8 |
|
8 | 9 | - |
9 | | - message: "#^Only booleans are allowed in a negated boolean, mixed given\\.$#" |
| 10 | + message: '#^Only booleans are allowed in a negated boolean, mixed given\.$#' |
| 11 | + identifier: booleanNot.exprNotBoolean |
10 | 12 | count: 1 |
11 | 13 | path: src/Commands/IndexCommand.php |
12 | 14 |
|
13 | 15 | - |
14 | | - message: "#^Unable to resolve the template type TKey in call to function collect$#" |
| 16 | + message: '#^Unable to resolve the template type TKey in call to function collect$#' |
| 17 | + identifier: argument.templateType |
15 | 18 | count: 1 |
16 | 19 | path: src/Events/EventHandler.php |
17 | 20 |
|
18 | 21 | - |
19 | | - message: "#^Unable to resolve the template type TValue in call to function collect$#" |
| 22 | + message: '#^Unable to resolve the template type TValue in call to function collect$#' |
| 23 | + identifier: argument.templateType |
20 | 24 | count: 1 |
21 | 25 | path: src/Events/EventHandler.php |
22 | 26 |
|
23 | 27 | - |
24 | | - message: "#^Call to an undefined method Illuminate\\\\Database\\\\Eloquent\\\\Model\\|Limenet\\\\LaravelElasticaBridge\\\\Model\\\\ElasticsearchableInterface\\:\\:getElasticsearchId\\(\\)\\.$#" |
| 28 | + message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Model\|Limenet\\LaravelElasticaBridge\\Model\\ElasticsearchableInterface\:\:getElasticsearchId\(\)\.$#' |
| 29 | + identifier: method.notFound |
25 | 30 | count: 1 |
26 | 31 | path: src/Index/AbstractIndex.php |
27 | 32 |
|
28 | 33 | - |
29 | | - message: "#^Casting to string something that's already string\\.$#" |
| 34 | + message: '#^Casting to string something that''s already string\.$#' |
| 35 | + identifier: cast.useless |
30 | 36 | count: 1 |
31 | 37 | path: src/Index/AbstractIndex.php |
32 | 38 |
|
33 | 39 | - |
34 | | - message: "#^Method Limenet\\\\LaravelElasticaBridge\\\\Index\\\\AbstractIndex\\:\\:getMapping\\(\\) return type has no value type specified in iterable type array\\.$#" |
| 40 | + message: '#^Method Limenet\\LaravelElasticaBridge\\Index\\AbstractIndex\:\:getMapping\(\) return type has no value type specified in iterable type array\.$#' |
| 41 | + identifier: missingType.iterableValue |
35 | 42 | count: 1 |
36 | 43 | path: src/Index/AbstractIndex.php |
37 | 44 |
|
38 | 45 | - |
39 | | - message: "#^Method Limenet\\\\LaravelElasticaBridge\\\\Index\\\\AbstractIndex\\:\\:getSettings\\(\\) return type has no value type specified in iterable type array\\.$#" |
| 46 | + message: '#^Method Limenet\\LaravelElasticaBridge\\Index\\AbstractIndex\:\:getSettings\(\) return type has no value type specified in iterable type array\.$#' |
| 47 | + identifier: missingType.iterableValue |
40 | 48 | count: 1 |
41 | 49 | path: src/Index/AbstractIndex.php |
42 | 50 |
|
43 | 51 | - |
44 | | - message: "#^Method Limenet\\\\LaravelElasticaBridge\\\\Index\\\\IndexInterface\\:\\:getMapping\\(\\) return type has no value type specified in iterable type array\\.$#" |
| 52 | + message: '#^Method Limenet\\LaravelElasticaBridge\\Index\\IndexInterface\:\:getMapping\(\) return type has no value type specified in iterable type array\.$#' |
| 53 | + identifier: missingType.iterableValue |
45 | 54 | count: 1 |
46 | 55 | path: src/Index/IndexInterface.php |
47 | 56 |
|
48 | 57 | - |
49 | | - message: "#^Method Limenet\\\\LaravelElasticaBridge\\\\Index\\\\IndexInterface\\:\\:getSettings\\(\\) return type has no value type specified in iterable type array\\.$#" |
| 58 | + message: '#^Method Limenet\\LaravelElasticaBridge\\Index\\IndexInterface\:\:getSettings\(\) return type has no value type specified in iterable type array\.$#' |
| 59 | + identifier: missingType.iterableValue |
50 | 60 | count: 1 |
51 | 61 | path: src/Index/IndexInterface.php |
52 | 62 |
|
53 | 63 | - |
54 | | - message: "#^Cannot access offset 'events' on Illuminate\\\\Contracts\\\\Foundation\\\\Application\\.$#" |
| 64 | + message: '#^Cannot access offset ''events'' on Illuminate\\Contracts\\Foundation\\Application\.$#' |
| 65 | + identifier: offsetAccess.nonOffsetAccessible |
55 | 66 | count: 1 |
56 | 67 | path: src/LaravelElasticaBridgeServiceProvider.php |
| 68 | + |
| 69 | + - |
| 70 | + message: '#^Method Limenet\\LaravelElasticaBridge\\Tests\\App\\Elasticsearch\\CustomerIndex\:\:getMapping\(\) return type has no value type specified in iterable type array\.$#' |
| 71 | + identifier: missingType.iterableValue |
| 72 | + count: 1 |
| 73 | + path: tests/App/Elasticsearch/CustomerIndex.php |
0 commit comments