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 b86e2c2 commit e34c57bCopy full SHA for e34c57b
src/Rules/TooWideTypehints/TooWideTypeCheck.php
@@ -57,9 +57,9 @@ public function checkProperty(
57
return $errors;
58
}
59
60
- /**
61
- * @return list<IdentifierRuleError>
62
- */
+ /**
+ * @return list<IdentifierRuleError>
+ */
63
public function checkFunction(
64
MethodReturnStatementsNode|FunctionReturnStatementsNode $node,
65
Type $functionReturnType,
0 commit comments