File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,12 @@ services:
30
30
-
31
31
class : Pepakriz\PHPStanExceptionRules\ThrowsAnnotationReader
32
32
-
33
- class : Pepakriz\PHPStanExceptionRules\CheckedExceptionService (%exceptionRules.checkedExceptions% , %exceptionRules.uncheckedExceptions% )
33
+ class : Pepakriz\PHPStanExceptionRules\CheckedExceptionService
34
+ factory : Pepakriz\PHPStanExceptionRules\CheckedExceptionService (%exceptionRules.checkedExceptions% , %exceptionRules.uncheckedExceptions% )
34
35
35
36
-
36
- class : Pepakriz\PHPStanExceptionRules\DefaultThrowTypeService (%exceptionRules.methodThrowTypeDeclarations% , %exceptionRules.functionThrowTypeDeclarations% )
37
+ class : Pepakriz\PHPStanExceptionRules\DefaultThrowTypeService
38
+ factory : Pepakriz\PHPStanExceptionRules\DefaultThrowTypeService (%exceptionRules.methodThrowTypeDeclarations% , %exceptionRules.functionThrowTypeDeclarations% )
37
39
38
40
-
39
41
class : Pepakriz\PHPStanExceptionRules\DefaultThrowTypeExtension
You can’t perform that action at this time.
0 commit comments