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 5796374 commit 2443624Copy full SHA for 2443624
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