-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
41 lines (34 loc) · 1.99 KB
/
phpstan-baseline.neon
File metadata and controls
41 lines (34 loc) · 1.99 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
parameters:
ignoreErrors:
- message: '#^Call to function is_null\(\) with Doctrine\\Common\\Collections\\Collection\<int, App\\Entity\\UserGroup\> will always evaluate to false\.$#'
identifier: function.impossibleType
count: 2
path: src/Command/AssignGroupsCommand.php
- message: '#^Access to an undefined property App\\Controller\\Admin\\CustomDashboardCrudController\:\:\$entity\.$#'
identifier: property.notFound
count: 1
path: src/Controller/Admin/CustomDashboardCrudController.php
- message: '#^Call to an undefined static method App\\Controller\\Admin\\AbstractSystatusDashboardController\:\:showAction\(\)\.$#'
identifier: staticMethod.notFound
count: 1
path: src/Controller/Admin/CustomDashboardCrudController.php
- message: '#^Unable to resolve the template type T in call to method Doctrine\\ORM\\EntityManagerInterface\:\:getRepository\(\)$#'
identifier: argument.templateType
count: 3
path: src/Controller/Admin/CustomDashboardCrudController.php
- message: '#^Unable to resolve the template type T in call to method Doctrine\\ORM\\EntityManagerInterface\:\:getRepository\(\)$#'
identifier: argument.templateType
count: 1
path: src/Controller/Admin/EntityFilterTrait.php
- message: '#^Call to an undefined method Traversable\<int, App\\Entity\\ThemeCategory\>\:\:uasort\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Entity/Theme.php
- message: '#^Negated boolean expression is always true\.$#'
identifier: booleanNot.alwaysTrue
count: 1
path: src/Service/DataExporter.php
- message: '#^Call to function method_exists\(\) with ''Symfony\\\\Component\\\\Dotenv\\\\Dotenv'' and ''bootEnv'' will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: tests/bootstrap.php