Skip to content

[CodingStyle] Add SplitDoubleAssignRector#1484

Merged
TomasVotruba merged 1 commit intomasterfrom
cs-double-init
May 26, 2019
Merged

[CodingStyle] Add SplitDoubleAssignRector#1484
TomasVotruba merged 1 commit intomasterfrom
cs-double-init

Conversation

@TomasVotruba
Copy link
Copy Markdown
Member

@TomasVotruba TomasVotruba commented May 26, 2019

Ref #1466

-$one, $two = 1;
+$one = 1;
+$two = 1;

@TomasVotruba TomasVotruba merged commit 55fbed3 into master May 26, 2019
@TomasVotruba TomasVotruba deleted the cs-double-init branch May 26, 2019 18:17
TomasVotruba added a commit that referenced this pull request Dec 14, 2021
rectorphp/rector-src@8d33a35 [NodeTypeResolver] Add cast (float), (string), (int) back on ScalarTypeResolver (#1484)
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.

1 participant