Skip to content

Commit 35d80f0

Browse files
committed
[ci-review] Rector Rectify
1 parent e7e54a8 commit 35d80f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules/CodeQuality/Rector/Class_/TypeWillReturnCallableArrowFunctionRector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ public function refactor(Node $node): ?Class_
200200
if ($nativeParameterType === null) {
201201
continue;
202202
}
203+
203204
if ($nativeParameterType instanceof MixedType) {
204205
continue;
205206
}

0 commit comments

Comments
 (0)