-
-
Notifications
You must be signed in to change notification settings - Fork 899
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
43 lines (37 loc) · 1.68 KB
/
phpstan-baseline.neon
File metadata and controls
43 lines (37 loc) · 1.68 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
parameters:
ignoreErrors:
-
message: '#^Call to function method_exists\(\) with ''Symfony\\\\Component\\\\PropertyInfo\\\\PropertyInfoExtractor'' and ''getType'' will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 2
path: src/DependencyInjection/Configuration.php
-
message: '#^Call to function method_exists\(\) with ''Symfony\\\\Component\\\\PropertyInfo\\\\PropertyInfoExtractor'' and ''getType'' will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 2
path: tests/DependencyInjection/ConfigurationTest.php
-
message: '#^Call to function method_exists\(\) with ''Symfony\\\\Component\\\\PropertyInfo\\\\PropertyInfoExtractor'' and ''getType'' will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 2
path: tests/Functional/ControllerTest.php
-
message: '#^Only booleans are allowed in an if condition, mixed given\.$#'
identifier: if.condNotBoolean
count: 1
path: src/Describer/ExternalDocDescriber.php
-
message: '#^Call to method render\(\) on an unknown class Twig_Environment\.$#'
identifier: class.notFound
count: 4
path: src/Render/Html/HtmlOpenApiRenderer.php
-
message: '#^Parameter \$twig of method Nelmio\\ApiDocBundle\\Render\\Html\\HtmlOpenApiRenderer\:\:__construct\(\) has invalid type Twig_Environment\.$#'
identifier: class.notFound
count: 2
path: src/Render/Html/HtmlOpenApiRenderer.php
-
message: '#^Property Nelmio\\ApiDocBundle\\Render\\Html\\HtmlOpenApiRenderer\:\:\$twig has unknown class Twig_Environment as its type\.$#'
identifier: class.notFound
count: 2
path: src/Render/Html/HtmlOpenApiRenderer.php