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

add 5.1 rector tests + connectionhelper rector #298

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Conversation

LordSimal
Copy link
Contributor

I tried getting rector to also remove the unnecessary $connectionHelper = new ConnectionHelper(); but since the NodeRemoval tool was removed I have to learn to current recommended way of removing a node.

$config = [
'_cake_core_' => [
'className' => 'FileEngine',
'prefix' => 'myapp_cake_core_',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

should this prefix also be replaced?

Copy link
Member

Choose a reason for hiding this comment

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

I don't think we need to modify with userland prefixes.

@markstory markstory merged commit aa8d73e into 5.x Sep 13, 2024
3 checks passed
@markstory markstory deleted the 5.x-5.1-rector branch September 13, 2024 13:32
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.

2 participants