Skip to content

Commit e34c57b

Browse files
committed
cs
1 parent b86e2c2 commit e34c57b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Rules/TooWideTypehints/TooWideTypeCheck.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ public function checkProperty(
5757
return $errors;
5858
}
5959

60-
/**
61-
* @return list<IdentifierRuleError>
62-
*/
60+
/**
61+
* @return list<IdentifierRuleError>
62+
*/
6363
public function checkFunction(
6464
MethodReturnStatementsNode|FunctionReturnStatementsNode $node,
6565
Type $functionReturnType,

0 commit comments

Comments
 (0)