keep literal string for simple str_replace#8619
Merged
orklah merged 2 commits intovimeo:masterfrom Oct 27, 2022
Merged
Conversation
Contributor
Author
|
@orklah the failing tests seem completely unrelated to the changes? Already not sure why DirnameTest.php showed up in CI , I didn't even change that (but I fixed it now anyways). But now more and more unrelated stuff shows up. Are the tests in master branch working? |
d287c88 to
3bc8c09
Compare
This was referenced Oct 26, 2022
Contributor
|
Thanks for the CS fix of |
Collaborator
|
yeah, circleCI is sometimes broken on PR, I'm not sure exactly why, but it happens without fault by the author so I'm merging anyway when I don't see obvious issues. It let some CS issues on master. About that, you have one of your own right now :) LGTM after that! |
3bc8c09 to
e064a0c
Compare
Contributor
Author
|
Fixed, ready to merge (missed that, bc I pushed a minor change that created that one) |
Collaborator
|
Thanks! |
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.
Just for the simplest case, as that is helpful to avoid tons of false positives, especially with callbacks that are created dynamically from paths
As discussed in #8611 (comment)