-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
31 lines (26 loc) · 1.48 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: "#^Method SensioLabs\\\\Storyblok\\\\Bundle\\\\DataCollector\\\\StoryblokCollector\\:\\:collectOnClient\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/DataCollector/StoryblokCollector.php
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeDefinition\\:\\:children\\(\\)\\.$#"
count: 1
path: src/DependencyInjection/Configuration.php
-
message: "#^Method SensioLabs\\\\Storyblok\\\\Bundle\\\\Tests\\\\Unit\\\\Listener\\\\UpdateProfilerListenerTest\\:\\:createKernel\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: tests/Unit/Listener/UpdateProfilerListenerTest.php
-
message: "#^Method SensioLabs\\\\Storyblok\\\\Bundle\\\\Tests\\\\Util\\\\TestKernel\\:\\:create\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: tests/Util/TestKernel.php
-
message: "#^Method SensioLabs\\\\Storyblok\\\\Bundle\\\\Tests\\\\Util\\\\TestKernel\\:\\:debug\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: tests/Util/TestKernel.php
-
message: "#^Method SensioLabs\\\\Storyblok\\\\Bundle\\\\Tests\\\\Util\\\\TestKernel\\:\\:environment\\(\\) has parameter \\$options with no value type specified in iterable type array\\.$#"
count: 1
path: tests/Util/TestKernel.php