-
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) · 1.18 KB
/
phpstan-baseline.neon
File metadata and controls
25 lines (22 loc) · 1.18 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
parameters:
ignoreErrors:
-
message: '#^Method SoureCode\\Bundle\\Screen\\Tests\\BundleInitializationTest\:\:createKernel\(\) has parameter \$options with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: tests/BundleInitializationTest.php
-
message: '#^Parameter \#1 \$baseDirectory of class SoureCode\\Bundle\\Screen\\Manager\\ScreenManager constructor expects string, string\|false given\.$#'
identifier: argument.type
count: 1
path: tests/Manager/ScreenManagerTest.php
-
message: '#^Parameter \#2 \$haystack of method PHPUnit\\Framework\\Assert\:\:assertStringContainsString\(\) expects string, string\|null given\.$#'
identifier: argument.type
count: 1
path: tests/Manager/ScreenManagerTest.php
-
message: '#^Parameter \#2 \$screenDefinitions of class SoureCode\\Bundle\\Screen\\Provider\\ArrayScreenProvider constructor expects array\<string, array\{command\: list\<string\>\}\>, array\{echoTest\: array\{command\: array\{''echo'', string\}\}, daemonTest\: array\{command\: array\{''sleep'', int\}\}\} given\.$#'
identifier: argument.type
count: 1
path: tests/Manager/ScreenManagerTest.php