|
1 | 1 | parameters: |
2 | | - level: 5 |
| 2 | + level: 8 |
3 | 3 |
|
4 | 4 | paths: |
5 | 5 | - src |
| 6 | + |
| 7 | + excludePaths: |
| 8 | + - src/compatibility.php |
| 9 | + |
| 10 | + fileExtensions: |
| 11 | + - php |
| 12 | + - phtml |
| 13 | + |
| 14 | + ignoreErrors: |
| 15 | + - |
| 16 | + identifier: return.type |
| 17 | + path: src/DI/Definitions/FactoryDefinition.php |
| 18 | + - |
| 19 | + identifier: instanceof.alwaysTrue |
| 20 | + path: src/DI/Definitions/ServiceDefinition.php |
| 21 | + - |
| 22 | + identifier: function.alreadyNarrowedType |
| 23 | + path: src/DI/Definitions/Statement.php |
| 24 | + - |
| 25 | + identifier: function.impossibleType |
| 26 | + path: src/DI/ContainerBuilder.php |
| 27 | + - |
| 28 | + identifier: argument.type |
| 29 | + path: src/DI/Extensions/ServicesExtension.php |
| 30 | + - |
| 31 | + identifier: identical.alwaysFalse |
| 32 | + path: src/DI/Helpers.php |
| 33 | + - |
| 34 | + identifier: property.notFound |
| 35 | + path: src/Bridges/DITracy/ContainerPanel.php |
| 36 | + - |
| 37 | + identifier: closure.unusedUse |
| 38 | + path: src/Bridges/DITracy/ContainerPanel.php |
| 39 | + - |
| 40 | + identifier: argument.type |
| 41 | + path: src/DI/Config/Adapters/NeonAdapter.php |
| 42 | + - |
| 43 | + identifier: instanceof.alwaysTrue |
| 44 | + path: src/DI/Extensions/ParametersExtension.php |
| 45 | + - |
| 46 | + identifier: identical.alwaysFalse |
| 47 | + path: src/DI/Autowiring.php |
| 48 | + - |
| 49 | + identifier: isset.offset |
| 50 | + path: src/DI/Autowiring.php |
| 51 | + - |
| 52 | + identifier: booleanAnd.alwaysFalse |
| 53 | + path: src/DI/Autowiring.php |
| 54 | + - |
| 55 | + identifier: nullCoalesce.offset |
| 56 | + path: src/DI/Autowiring.php |
| 57 | + - |
| 58 | + identifier: function.impossibleType |
| 59 | + path: src/Bridges/DITracy/dist/panel.phtml |
| 60 | + - # getByType() generic template limitation |
| 61 | + identifier: return.type |
| 62 | + path: src/DI/Container.php |
| 63 | + - # closure passes string to class-string params |
| 64 | + identifier: argument.type |
| 65 | + path: src/DI/Container.php |
| 66 | + - # callInjects passes array as callable |
| 67 | + identifier: argument.type |
| 68 | + path: src/DI/Extensions/InjectExtension.php |
| 69 | + - # string as class-string in various places |
| 70 | + identifier: argument.type |
| 71 | + path: src/DI/Resolver.php |
| 72 | + - # class_parents/class_implements key type |
| 73 | + identifier: offsetAccess.invalidOffset |
| 74 | + path: src/DI/Autowiring.php |
| 75 | + - # $this->$list assignment |
| 76 | + identifier: assign.propertyType |
| 77 | + path: src/DI/Autowiring.php |
| 78 | + - # string from array key used as class-string |
| 79 | + identifier: argument.type |
| 80 | + path: src/DI/Extensions/SearchExtension.php |
| 81 | + - # string from array key used as class-string |
| 82 | + identifier: argument.type |
| 83 | + path: src/DI/Extensions/DefinitionSchema.php |
| 84 | + - # template compiled with precise types, is_string always true |
| 85 | + identifier: function.alreadyNarrowedType |
| 86 | + path: src/Bridges/DITracy/dist/panel.phtml |
| 87 | + - # constructor entity param deliberately broad (native array, no value type) |
| 88 | + identifier: missingType.iterableValue |
| 89 | + path: src/DI/Definitions/Statement.php |
| 90 | + - # promoted property stores broad array, getEntity() declares precise tuple |
| 91 | + identifier: return.type |
| 92 | + path: src/DI/Definitions/Statement.php |
| 93 | + - # exhaustive type check after precise getEntity() return type |
| 94 | + identifier: elseif.alwaysTrue |
| 95 | + path: src/DI/Config/Adapters/NeonAdapter.php |
| 96 | + - # array_values after unset not recognized as list |
| 97 | + identifier: assign.propertyType |
| 98 | + path: src/DI/Config/Adapters/NeonAdapter.php |
| 99 | + - # getByType template type unresolvable in closure |
| 100 | + identifier: argument.templateType |
| 101 | + path: src/DI/Container.php |
| 102 | + - # normalizeClass: ReflectionClass->name is string not class-string |
| 103 | + identifier: return.type |
| 104 | + path: src/DI/Helpers.php |
| 105 | + - # normalizeEntity: reference tracking defeats type narrowing |
| 106 | + identifier: return.type |
| 107 | + path: src/DI/Resolver.php |
| 108 | + - # string as class-string for ReflectionClass in canBeLazy |
| 109 | + identifier: argument.type |
| 110 | + path: src/DI/Definitions/ServiceDefinition.php |
| 111 | + - # string as class-string for ReflectionClass in calculateHash |
| 112 | + identifier: argument.type |
| 113 | + path: src/DI/DependencyChecker.php |
| 114 | + - # exportMeta complex return shape with optional keys |
| 115 | + identifier: return.type |
| 116 | + path: src/DI/ContainerBuilder.php |
| 117 | + - # addDefinition template type unresolvable |
| 118 | + identifier: argument.templateType |
| 119 | + path: src/DI/Extensions/ServicesExtension.php |
| 120 | + |
| 121 | +includes: |
| 122 | + - phpstan-baseline.neon |
0 commit comments