Skip to content

Commit 858ffb8

Browse files
committed
cs
1 parent e503274 commit 858ffb8

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)