-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
25 lines (22 loc) · 933 Bytes
/
phpstan-baseline.neon
File metadata and controls
25 lines (22 loc) · 933 Bytes
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
parameters:
ignoreErrors:
-
message: '#^Offset int on array\{int\: array\<string\>\} on left side of \?\? does not exist\.$#'
identifier: nullCoalesce.offset
count: 1
path: Tests/Unit/EventListener/PagesTsConfigIncludeEventListenerTest.php
-
message: '#^Anonymous function should return string but returns mixed\.$#'
identifier: return.type
count: 2
path: Tests/Unit/EventListener/TemplateServiceEventListenerTest.php
-
message: '#^Offset int on array\{int\: array\<string\>\} on left side of \?\? does not exist\.$#'
identifier: nullCoalesce.offset
count: 1
path: Tests/Unit/EventListener/TemplateServiceEventListenerTest.php
-
message: '#^Parameter \#1 \$callback of function array_map expects \(callable\(mixed\)\: mixed\)\|null, Closure\(array\)\: string given\.$#'
identifier: argument.type
count: 2
path: Tests/Unit/EventListener/TemplateServiceEventListenerTest.php