-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathphpstan-baseline.neon
52 lines (42 loc) · 2.27 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
parameters:
ignoreErrors:
-
message: "#^Method Nucleos\\\\Twig\\\\Tests\\\\Bridge\\\\Symfony\\\\App\\\\AppKernel\\:\\:configureContainer\\(\\) has parameter \\$container with no type specified\\.$#"
count: 1
path: tests/Bridge/Symfony/App/AppKernel.php
-
message: "#^Method Nucleos\\\\Twig\\\\Tests\\\\Bridge\\\\Symfony\\\\App\\\\AppKernel\\:\\:configureContainer\\(\\) has parameter \\$loader with no type specified\\.$#"
count: 1
path: tests/Bridge/Symfony/App/AppKernel.php
-
message: "#^Method Nucleos\\\\Twig\\\\Tests\\\\Bridge\\\\Symfony\\\\App\\\\AppKernel\\:\\:configureRoutes\\(\\) has parameter \\$routes with no type specified\\.$#"
count: 1
path: tests/Bridge/Symfony/App/AppKernel.php
-
message: "#^Call to method getResponse\\(\\) on an unknown class Symfony\\\\Component\\\\HttpKernel\\\\Client\\.$#"
count: 1
path: tests/Bridge/Symfony/App/TwigExtensionIntegrationTest.php
-
message: "#^Call to method request\\(\\) on an unknown class Symfony\\\\Component\\\\HttpKernel\\\\Client\\.$#"
count: 1
path: tests/Bridge/Symfony/App/TwigExtensionIntegrationTest.php
-
message: "#^Instantiated class Symfony\\\\Component\\\\HttpKernel\\\\Client not found\\.$#"
count: 1
path: tests/Bridge/Symfony/App/TwigExtensionIntegrationTest.php
-
message: "#^Method Nucleos\\\\Twig\\\\Tests\\\\Runtime\\\\RouterRuntimeTest\\:\\:provideSplitTagCases\\(\\) return type has no value type specified in iterable type iterable\\.$#"
count: 1
path: tests/Runtime/RouterRuntimeTest.php
-
message: "#^Method Nucleos\\\\Twig\\\\Tests\\\\Runtime\\\\RouterRuntimeTest\\:\\:testSplitTag\\(\\) has parameter \\$output with no value type specified in iterable type array\\.$#"
count: 1
path: tests/Runtime/RouterRuntimeTest.php
-
message: "#^Method Nucleos\\\\Twig\\\\Tests\\\\Runtime\\\\UrlAutoConverterRuntimeTest\\:\\:provideConvertLinksWithLinksCases\\(\\) return type has no value type specified in iterable type iterable\\.$#"
count: 1
path: tests/Runtime/UrlAutoConverterRuntimeTest.php
-
message: "#^Method Nucleos\\\\Twig\\\\Tests\\\\Util\\\\StringUtilsTest\\:\\:provideObfuscateCases\\(\\) return type has no value type specified in iterable type iterable\\.$#"
count: 1
path: tests/Util/StringUtilsTest.php