File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 30
30
"autoload-dev" : {
31
31
"classmap" : [" tests/" ],
32
32
"files" : [
33
- " tests/Rules/Functions/data/missing-function-parameter-typehint.php"
33
+ " tests/Rules/Functions/data/missing-function-parameter-typehint.php" ,
34
+ " tests/Rules/Functions/data/missing-function-return-typehint.php"
34
35
]
35
36
}
36
37
}
Original file line number Diff line number Diff line change 15
15
- PHPStan\Rules\DisallowedConstructs\DisallowedEmptyRule
16
16
- PHPStan\Rules\DisallowedConstructs\DisallowedImplicitArrayCreationRule
17
17
- PHPStan\Rules\Functions\MissingFunctionParameterTypehintRule
18
+ - PHPStan\Rules\Functions\MissingFunctionReturnTypehintRule
18
19
- PHPStan\Rules\Methods\MissingMethodParameterTypehintRule
19
20
- PHPStan\Rules\Methods\MissingMethodReturnTypehintRule
20
21
- PHPStan\Rules\Methods\WrongCaseOfInheritedMethodRule
You can’t perform that action at this time.
0 commit comments