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

BinaryOpBetweenNumberAndStringRector don't trust phpdoc #5199

Merged
merged 2 commits into from
Oct 25, 2023

Conversation

staabm
Copy link
Contributor

@staabm staabm commented Oct 25, 2023

No description provided.

@@ -100,15 +100,15 @@ public function refactor(Node $node): ?Node
return null;
}

if ($this->isStringOrStaticNonNumbericString($node->left) && $this->nodeTypeResolver->isNumberType(
if ($this->isStringOrStaticNonNumericString($node->left) && $this->nodeTypeResolver->isNumberType(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

just fixing a typo in the method name

@staabm staabm marked this pull request as ready for review October 25, 2023 09:23
@samsonasik samsonasik merged commit 5d12860 into rectorphp:main Oct 25, 2023
39 checks passed
@samsonasik
Copy link
Member

Thank you @staabm

@staabm staabm deleted the doc branch October 25, 2023 13:41
@staabm
Copy link
Contributor Author

staabm commented Nov 7, 2023

@TomasVotruba any plans for a new release?

@TomasVotruba
Copy link
Member

Not direct yet as not much news. Expect in about week or two 👍

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.

3 participants