-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
19 lines (17 loc) · 666 Bytes
/
phpstan-baseline.neon
File metadata and controls
19 lines (17 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
parameters:
ignoreErrors:
-
message: '#^Method Bake\\BakePlugin\:\:bootstrap\(\) has parameter \$app with generic interface Cake\\Core\\PluginApplicationInterface but does not specify its types\: TSubject$#'
identifier: missingType.generics
count: 1
path: src/BakePlugin.php
-
message: '#^Instanceof between mixed and Cake\\Chronos\\Chronos will always evaluate to false\.$#'
identifier: instanceof.alwaysFalse
count: 1
path: src/Command/FixtureCommand.php
-
message: '#^Dead catch \- UnexpectedValueException is never thrown in the try block\.$#'
identifier: catch.neverThrown
count: 1
path: src/Command/TestCommand.php