-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
32 lines (26 loc) · 1.07 KB
/
phpstan-baseline.neon
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
parameters:
ignoreErrors:
-
message: "#^Cannot call method scalarNode\\(\\) on Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeParentInterface\\|null\\.$#"
count: 1
path: src/ServiceContainer/FakerExtension.php
-
message: "#^Method Plozmun\\\\FakerExtension\\\\ServiceContainer\\\\FakerExtension\\:\\:loadDefaultLoaders\\(\\) has no return type specified\\.$#"
count: 1
path: src/ServiceContainer/FakerExtension.php
-
message: "#^Cannot access an offset on mixed\\.$#"
count: 1
path: tests/Behat/Context/TestContext.php
-
message: "#^Constant BEHAT_BIN_PATH not found\\.$#"
count: 1
path: tests/Behat/Context/TestContext.php
-
message: "#^Method Tests\\\\Behat\\\\Context\\\\TestContext\\:\\:getProcessExitCode\\(\\) should return int but returns int\\|null\\.$#"
count: 1
path: tests/Behat/Context/TestContext.php
-
message: "#^Method Tests\\\\Behat\\\\Context\\\\TestContext\\:\\:thereIsFeatureFile\\(\\) has parameter \\$content with no type specified\\.$#"
count: 1
path: tests/Behat/Context/TestContext.php