Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Do not prefix class ComposerJson #17

Merged
merged 1 commit into from
May 11, 2021

Conversation

sabbelasichon
Copy link
Contributor

@@ -16,6 +16,8 @@ final class StaticEasyPrefixer
'Doctrine\Inflector\Inflector',
// for SmartFileInfo
'Symplify\SmartFileSystem\SmartFileInfo',
// for ComposerJson because it is part of the public API. I.e. ComposerRectorInterface
'Symplify\ComposerJsonManipulator\ValueObject\ComposerJson'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be the only change.
Scoper is aliasing classes, so the 2 cases above should be delegated corretly.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, was not sure about it. Because you did something for the SmartFileInfo.

@sabbelasichon
Copy link
Contributor Author

The error seems unrelated to my change.

@TomasVotruba
Copy link
Member

The error seems unrelated to my change.

Yeah, I'm doing some releases with rector-phpstan-rules.

Let's give this a try 👍

@TomasVotruba TomasVotruba enabled auto-merge (squash) May 11, 2021 15:20
@TomasVotruba TomasVotruba disabled auto-merge May 11, 2021 15:20
@TomasVotruba TomasVotruba merged commit 70ef6eb into rectorphp:main May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do not prefix Symplify\ComposerJsonManipulator\ValueObject\ComposerJson?
2 participants