Skip to content

Conversation

@staabm
Copy link
Owner

@staabm staabm commented Feb 6, 2022

No description provided.

@staabm staabm changed the title extracted PdoStatementReflection->getStatementResultType() for later … extracted PdoStatementReflection->getStatementResultType() for re-use Feb 6, 2022
public function isMethodSupported(MethodReflection $methodReflection, MethodCall $node, TypeSpecifierContext $context): bool
{
return 'execute' === $methodReflection->getName();
return 'execute' === strtolower($methodReflection->getName());
Copy link
Owner Author

Choose a reason for hiding this comment

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

drive-by improvement

@staabm staabm marked this pull request as ready for review February 6, 2022 19:45
@staabm staabm merged commit c1a327c into main Feb 6, 2022
@staabm staabm deleted the refactor branch February 6, 2022 19:45
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