-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
55 lines (47 loc) · 2.71 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
55 lines (47 loc) · 2.71 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
parameters:
ignoreErrors:
-
message: '#^Offset ''_source'' might not exist on array\|null\.$#'
identifier: offsetAccess.notFound
count: 1
path: src/Api/State/DailyOccurrenceRepresentationProvider.php
-
message: '#^Return type \(App\\Service\\ElasticSearch\\ElasticSearchPaginator\|array\|null\) of method App\\Api\\State\\DailyOccurrenceRepresentationProvider\:\:provide\(\) should be covariant with return type \(iterable\<object\>\|object\|null\) of method ApiPlatform\\State\\ProviderInterface\<object\>\:\:provide\(\)$#'
identifier: method.childReturnType
count: 1
path: src/Api/State/DailyOccurrenceRepresentationProvider.php
-
message: '#^Offset ''_source'' might not exist on array\|null\.$#'
identifier: offsetAccess.notFound
count: 1
path: src/Api/State/EventRepresentationProvider.php
-
message: '#^Return type \(App\\Service\\ElasticSearch\\ElasticSearchPaginator\|array\|null\) of method App\\Api\\State\\EventRepresentationProvider\:\:provide\(\) should be covariant with return type \(iterable\<object\>\|object\|null\) of method ApiPlatform\\State\\ProviderInterface\<object\>\:\:provide\(\)$#'
identifier: method.childReturnType
count: 1
path: src/Api/State/EventRepresentationProvider.php
-
message: '#^Offset ''_source'' might not exist on array\|null\.$#'
identifier: offsetAccess.notFound
count: 1
path: src/Api/State/LocationRepresentationProvider.php
-
message: '#^Offset ''_source'' might not exist on array\|null\.$#'
identifier: offsetAccess.notFound
count: 1
path: src/Api/State/OccurrenceRepresentationProvider.php
-
message: '#^Return type \(App\\Service\\ElasticSearch\\ElasticSearchPaginator\|array\|null\) of method App\\Api\\State\\OccurrenceRepresentationProvider\:\:provide\(\) should be covariant with return type \(iterable\<object\>\|object\|null\) of method ApiPlatform\\State\\ProviderInterface\<object\>\:\:provide\(\)$#'
identifier: method.childReturnType
count: 1
path: src/Api/State/OccurrenceRepresentationProvider.php
-
message: '#^Offset ''_source'' might not exist on array\|null\.$#'
identifier: offsetAccess.notFound
count: 1
path: src/Api/State/OrganizationRepresentationProvider.php
-
message: '#^Parameter \#5 \$suggestedValues of method Symfony\\Component\\Console\\Command\\Command\:\:addArgument\(\) expects array\|\(Closure\(Symfony\\Component\\Console\\Completion\\CompletionInput, Symfony\\Component\\Console\\Completion\\CompletionSuggestions\)\: list\<string\|Symfony\\Component\\Console\\Completion\\Suggestion\>\), Closure\(Symfony\\Component\\Console\\Completion\\CompletionInput\)\: array given\.$#'
identifier: argument.type
count: 1
path: src/Command/FixturesLoadCommand.php