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.
2 parents 725b79b + e87b219 commit e61eddaCopy full SHA for e61edda
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