forked from Spameri/Elastic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
41 lines (32 loc) · 1.38 KB
/
phpstan.neon
File metadata and controls
41 lines (32 loc) · 1.38 KB
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
parameters:
excludes_analyse:
- %rootDir%/../../../tests/tmp/*
ignoreErrors:
-
message: "#^PHPDoc tag @throws with type Elasticsearch\\\\Common\\\\Exceptions\\\\ElasticsearchException is not subtype of Throwable$#"
count: 1
path: src/ClientProvider.php
-
message: "#^PHPDoc tag @throws with type Elasticsearch\\\\Common\\\\Exceptions\\\\ElasticsearchException is not subtype of Throwable$#"
count: 1
path: src/Commands/TypeToNewIndex.php
-
message: "#^Call to function array_key_exists\\(\\) with string and array\\<int, mixed\\> will always evaluate to false\\.$#"
count: 1
path: src/Entity/Collection/AbstractElasticEntityCollection.php
-
message: "#^Call to function array_key_exists\\(\\) with string and array\\<int, mixed\\> will always evaluate to false\\.$#"
count: 1
path: src/Entity/Collection/AbstractEntityCollection.php
-
message: "#^PHPDoc tag @throws with type Elasticsearch\\\\Common\\\\Exceptions\\\\ElasticsearchException is not subtype of Throwable$#"
count: 2
path: src/Model/TypeToNewIndex/Migrate.php
-
message: "#^Unable to resolve the template type T in call to method Nette\\\\DI\\\\Container\\:\\:getByType\\(\\)$#"
count: 2
path: src/Model/ServiceLocator.php
checkGenericClassInNonGenericObjectType: false
checkMissingIterableValueType: false
bootstrapFiles:
- %rootDir%/../../../phpstanConstants.php