Skip to content

Commit

Permalink
Merge pull request #184 from laminas/fix-auto-import
Browse files Browse the repository at this point in the history
Fix compatible code on next rector release for auto import + rename
  • Loading branch information
samsonasik authored Sep 4, 2024
2 parents 7abc737 + 47bddd4 commit e4cb7bb
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 e4cb7bb

Please sign in to comment.