Skip to content

Commit

Permalink
Fix compatible code on next rector release
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Sep 4, 2024
1 parent 7abc737 commit 395b8f5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ private function replaceInteropParam(Class_ $class): void
return null;
}

$subNode->parts[0] = 'Psr';
return $subNode;
return new FullyQualified('Psr\Container\ContainerInterface');
});
}

Expand Down

0 comments on commit 395b8f5

Please sign in to comment.