diff --git a/rules/phpstan-rules.neon b/rules/phpstan-rules.neon index 6dc1b99..3549eaf 100644 --- a/rules/phpstan-rules.neon +++ b/rules/phpstan-rules.neon @@ -99,19 +99,11 @@ rules: - PHPStan\Rules\VariableVariables\VariableStaticMethodCallRule - PHPStan\Rules\VariableVariables\VariableStaticPropertyFetchRule - PHPStan\Rules\VariableVariables\VariableVariablesRule - - Ergebnis\PHPStan\Rules\Closures\NoNullableReturnTypeDeclarationRule - - Ergebnis\PHPStan\Rules\Closures\NoParameterWithNullableTypeDeclarationRule - Ergebnis\PHPStan\Rules\Expressions\NoCompactRule - Ergebnis\PHPStan\Rules\Expressions\NoErrorSuppressionRule - Ergebnis\PHPStan\Rules\Expressions\NoEvalRule - Ergebnis\PHPStan\Rules\Files\DeclareStrictTypesRule - - Ergebnis\PHPStan\Rules\Functions\NoNullableReturnTypeDeclarationRule - - Ergebnis\PHPStan\Rules\Functions\NoParameterWithNullableTypeDeclarationRule - - Ergebnis\PHPStan\Rules\Functions\NoParameterWithNullDefaultValueRule - Ergebnis\PHPStan\Rules\Methods\FinalInAbstractClassRule - - Ergebnis\PHPStan\Rules\Methods\NoNullableReturnTypeDeclarationRule - - Ergebnis\PHPStan\Rules\Methods\NoParameterWithNullableTypeDeclarationRule - - Ergebnis\PHPStan\Rules\Methods\NoParameterWithNullDefaultValueRule - Ergebnis\PHPStan\Rules\Methods\PrivateInFinalClassRule services: @@ -146,9 +138,3 @@ services: tags: - phpstan.rules.rule - - - class: Ergebnis\PHPStan\Rules\Methods\NoParameterWithContainerTypeDeclarationRule - arguments: - interfacesImplementedByContainers: %ergebnis.interfacesImplementedByContainers% - tags: - - phpstan.rules.rule