Skip to content

Commit

Permalink
Added missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Sep 1, 2023
1 parent efacc03 commit 2273656
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ private function isBetweenParentheses(Node $node): bool
* @param Assign[] $assigns
* @return Node\Stmt[]|null
*/
private function refactorAssign($assigns, Expression $expression): array|null
private function refactorAssign(array $assigns, Expression $expression): array|null
{
foreach ($assigns as $assign) {
if (! $assign->expr instanceof New_ && ! $assign->expr instanceof Instanceof_) {
Expand Down

0 comments on commit 2273656

Please sign in to comment.