We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa0869 commit e87b219Copy full SHA for e87b219
Inpsyde/Sniffs/CodeQuality/ReturnTypeDeclarationSniff.php
@@ -34,7 +34,7 @@ class ReturnTypeDeclarationSniff implements Sniff
34
*/
35
public function register(): array
36
{
37
- return [T_FUNCTION, T_CLOSURE, T_FN];
+ return [T_FUNCTION, T_CLOSURE];
38
}
39
40
/**
0 commit comments