Allow nullable parameters and return values
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user