GetClassToClassKeywordFixer - introduction#5953
Merged
SpacePossum merged 1 commit intoPHP-CS-Fixer:masterfrom Dec 14, 2021
Merged
GetClassToClassKeywordFixer - introduction#5953SpacePossum merged 1 commit intoPHP-CS-Fixer:masterfrom
SpacePossum merged 1 commit intoPHP-CS-Fixer:masterfrom
Conversation
Contributor
paulbalandan
commented
Sep 4, 2021
2a7fa99 to
30d7386
Compare
a60de76 to
752a326
Compare
kubawerlos
reviewed
Sep 5, 2021
Member
|
I always considered accessing class constants via object instances a hacky/bad practice, is it not? |
752a326 to
3be174a
Compare
Member
|
I would agree if we talk about class constant defined as part of class.
|
3be174a to
6b808cc
Compare
6b808cc to
c5a3dc0
Compare
keradus
approved these changes
Oct 5, 2021
c91a4dd to
0337605
Compare
0337605 to
c87dbde
Compare
keradus
reviewed
Oct 5, 2021
05b95ef to
168a345
Compare
SpacePossum
reviewed
Oct 11, 2021
Contributor
|
looking good! 👍 |
SpacePossum
added a commit
that referenced
this pull request
Dec 14, 2021
…okens (paulbalandan, SpacePossum) This PR was squashed before being merged into the master branch (closes #6058). Discussion ---------- Fix `Tokens::insertSlices` not moving around all affected tokens While working on #5953 in refactoring to call `insertSlices` once, I stumbled into a problem where parse error would appear after fixing. After digging into it more, I found out that the culprit is in the `insertSlices` method itself. If there are multiple slices to be inserted in an index and this is repeated in other indexes, there exists a "hole" left in the moving around of tokens. This causes the unmoved tokens to be inadvertently replaced by other else possibly resulting to parse errors after. Commits ------- fbac555 Fix `Tokens::insertSlices` not moving around all affected tokens
de85002 to
c7980d4
Compare
c7980d4 to
ee541a6
Compare
Contributor
|
Thank you @paulbalandan. |
Contributor
Author
|
Thanks, @SpacePossum |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.