Skip to content

Commit

Permalink
Fix @return docblock on IfManipulator (#3239)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 22, 2022
1 parent 8b7a7ae commit c78e255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NodeManipulator/IfManipulator.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function matchIfValueReturnValue(If_ $if): ?Expr
}

/**
* @return mixed[]
* @return If_[]
*/
public function collectNestedIfsWithOnlyReturn(If_ $if): array
{
Expand Down

0 comments on commit c78e255

Please sign in to comment.