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

I've added tests for the use of pow (**) and pow-assignment (**=) operators on PHP < 5.6. #87

Merged
merged 2 commits into from
Sep 12, 2015

Conversation

MarkMaldaba
Copy link
Contributor

As per discussion in issue #60, I have created a NewLanguageContructs sniff, to separate new syntax from new keywords. Having made this distinction, we will also need to move some of the language constructs (e.g. namespace operator) from the NewKeywordsSniff into this new location, but that should be done as a separate commit.

Basic unit tests written.

Fixes #60.

…rators on PHP < 5.6.

As per discussion in issue PHPCompatibility#60, I have created a NewLanguageContructs sniff, to separate new syntax from new keywords.  Having made this distinction, we will also need to move some of the language constructs (e.g. namespace operator) from the NewKeywordsSniff into this new location, but that should be done as a separate commit.

Basic unit tests written.

Fixes PHPCompatibility#60.
wimg added a commit that referenced this pull request Sep 12, 2015
I've added tests for the use of pow (**) and pow-assignment (**=) operators on PHP < 5.6.
@wimg wimg merged commit 031930f into PHPCompatibility:master Sep 12, 2015
@MarkMaldaba MarkMaldaba deleted the bug_60_pow_operators branch September 13, 2015 12:52
@jrfnl jrfnl modified the milestone: 5.6 Apr 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants