|
@@ -2,7 +2,6 @@
|
|
|
parameters:
|
|
parameters:
|
|
|
level: 6
|
|
level: 6
|
|
|
treatPhpDocTypesAsCertain: false
|
|
treatPhpDocTypesAsCertain: false
|
|
|
- checkGenericClassInNonGenericObjectType: false
|
|
|
|
|
paths:
|
|
paths:
|
|
|
- src
|
|
- src
|
|
|
|
|
|
|
@@ -10,4 +9,5 @@ parameters:
|
|
|
# on ignore les erreurs qui imposent d'indiquer le type d'un iterable dans la phpDoc (cf: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type)
|
|
# on ignore les erreurs qui imposent d'indiquer le type d'un iterable dans la phpDoc (cf: https://phpstan.org/blog/solving-phpstan-no-value-type-specified-in-iterable-type)
|
|
|
ignoreErrors :
|
|
ignoreErrors :
|
|
|
- '#Attribute class JetBrains\\PhpStorm\\[a-zA-Z]+ does not exist.#'
|
|
- '#Attribute class JetBrains\\PhpStorm\\[a-zA-Z]+ does not exist.#'
|
|
|
|
|
+ - identifier: 'missingType.generics'
|
|
|
|
|
|