Skip to content

Conversation

@TysonAndre
Copy link
Contributor

And add tests for arbitrary parenthesized expressions in new and
instanceof

src/Parser.php Outdated
return $scopedPropertyAccessExpression;
}

public function isParsingObjectCreationExpression($expression) {
Copy link
Member

Choose a reason for hiding this comment

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

Is it typical in PHP to have a method and property with the same names? It threw me off.

And add tests for arbitrary parenthesized expressions in `new` and
`instanceof`
@TysonAndre TysonAndre force-pushed the object-creation-parens branch from 3e3e221 to c9fb699 Compare February 17, 2020 22:08
Copy link
Member

@roblourens roblourens left a comment

Choose a reason for hiding this comment

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

Thanks!

@roblourens roblourens merged commit c5e2bf5 into microsoft:master Feb 18, 2020
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