generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
79 lines (67 loc) · 3.32 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
parameters:
ignoreErrors:
-
message: '#^Construct empty\(\) is not allowed\. Use more strict comparison\.$#'
identifier: empty.notAllowed
count: 1
path: src/Commands/IndexCommand.php
-
message: '#^Only booleans are allowed in a negated boolean, mixed given\.$#'
identifier: booleanNot.exprNotBoolean
count: 1
path: src/Commands/IndexCommand.php
-
message: '#^Unable to resolve the template type TKey in call to function collect$#'
identifier: argument.templateType
count: 1
path: src/Events/EventHandler.php
-
message: '#^Unable to resolve the template type TValue in call to function collect$#'
identifier: argument.templateType
count: 1
path: src/Events/EventHandler.php
-
message: '#^Call to an undefined method Illuminate\\Database\\Eloquent\\Model\|Limenet\\LaravelElasticaBridge\\Model\\ElasticsearchableInterface\:\:getElasticsearchId\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Index/AbstractIndex.php
-
message: '#^Method Limenet\\LaravelElasticaBridge\\Index\\AbstractIndex\:\:getMapping\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/Index/AbstractIndex.php
-
message: '#^Method Limenet\\LaravelElasticaBridge\\Index\\AbstractIndex\:\:getSettings\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/Index/AbstractIndex.php
-
message: '#^Parameter \#1 \$params of method Elastic\\Elasticsearch\\Endpoints\\Indices\:\:getAlias\(\) expects array\{name\: list, index\: list, ignore_unavailable\: bool, allow_no_indices\: bool, expand_wildcards\: Elastic\\Elasticsearch\\Endpoints\\enum, local\: bool, pretty\: bool, human\: bool, \.\.\.\}, array\{name\: string\} given\.$#'
identifier: argument.type
count: 1
path: src/Index/AbstractIndex.php
-
message: '#^Method Limenet\\LaravelElasticaBridge\\Index\\IndexInterface\:\:getMapping\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/Index/IndexInterface.php
-
message: '#^Method Limenet\\LaravelElasticaBridge\\Index\\IndexInterface\:\:getSettings\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/Index/IndexInterface.php
-
message: '#^Parameter \#1 \$params of method Elastic\\Elasticsearch\\Endpoints\\Indices\:\:existsAlias\(\) expects array\{name\: list, index\: list, ignore_unavailable\: bool, allow_no_indices\: bool, expand_wildcards\: Elastic\\Elasticsearch\\Endpoints\\enum, local\: bool, pretty\: bool, human\: bool, \.\.\.\}, array\{name\: string\} given\.$#'
identifier: argument.type
count: 1
path: src/Jobs/SetupIndex.php
-
message: '#^Cannot access offset ''events'' on Illuminate\\Contracts\\Foundation\\Application\.$#'
identifier: offsetAccess.nonOffsetAccessible
count: 1
path: src/LaravelElasticaBridgeServiceProvider.php
-
message: '#^Method Limenet\\LaravelElasticaBridge\\Tests\\App\\Elasticsearch\\CustomerIndex\:\:getMapping\(\) return type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: tests/App/Elasticsearch/CustomerIndex.php