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

allow doctrine/lexer 1.1 #164

Merged
merged 1 commit into from
Aug 9, 2019
Merged

allow doctrine/lexer 1.1 #164

merged 1 commit into from
Aug 9, 2019

Conversation

smoench
Copy link
Contributor

@smoench smoench commented Aug 8, 2019

No description provided.

@@ -45,13 +45,8 @@ public function test_number_values($value, $expectedValue)
public static function validNumberValuesProvider()
{
return [
[1, 1],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Doctrine's Lexer does not allow/support integers and on Coduo\PHPMatcher\Parser:L53 strings are always passed to Lexer::setInput()

@norberttech norberttech merged commit 611ec63 into coduo:master Aug 9, 2019
@norberttech
Copy link
Member

Awesome @smoench, thanks!

@smoench smoench deleted the patch-1 branch August 9, 2019 13:05
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.

2 participants