-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
42 lines (42 loc) · 1.73 KB
/
phpstan-baseline.neon
File metadata and controls
42 lines (42 loc) · 1.73 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
parameters:
excludePaths:
# until Twig Bridge is updated
- src/Render/Isolated/IsolatedAppVariable.php
ignoreErrors:
-
message: "#Anonymous function never returns null so it can be removed from the return type.#"
count: 1
path: src/Form\Type/SymfonyRouteType.php
-
message: "#Empty array passed to foreach.#"
path: src/Form/Module/ModuleCollectionType.php
reportUnmatched: false # ignore error on newer-versions
-
message: "#Class Softspring\\\\CmsBundle\\\\DataCollector\\\\TwigDataCollector extends @final class Symfony\\\\Bridge\\\\Twig\\\\DataCollector\\\\TwigDataCollector.#"
count: 1
path: src/DataCollector/TwigDataCollector.php
-
message: "#Function twig_template_from_string not found.#"
reportUnmatched: false
-
message: "#Class Softspring\\\\CmsSectionsPlugin\\\\Model\\\\SectionInterface not found.#"
reportUnmatched: false
-
message: "#Call to an undefined static method Twig\\\\Extension\\\\StringLoaderExtension::templateFromString\\(\\)#"
reportUnmatched: false
-
identifier: method.alreadyNarrowedType
reportUnmatched: false
path: tests/
-
identifier: method.alreadyNarrowedType
reportUnmatched: false
path: src/Tests/
-
identifier: class.notFound
path: src/Security/Voter/ContentVersionDeleteVoter.php
reportUnmatched: false
-
identifier: class.notFound
path: src/Security/Voter/ContentVersionVoter.php
reportUnmatched: false