Skip to content

Commit 1236c17

Browse files
committed
Fix
1 parent 3ae5e83 commit 1236c17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Rules/Methods/OverridingMethodRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ private function isTypeCompatible(Type $methodParameterType, Type $prototypePara
352352

353353
/**
354354
* @param RuleError[] $errors
355-
* @return RuleError[]
355+
* @return (string|RuleError)[]
356356
*/
357357
private function addErrors(
358358
array $errors,

0 commit comments

Comments
 (0)