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

Add requiredOptionalFunctionParameters sniff. #165

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Aug 13, 2016

Add a sniff which checks for parameters which were originally required and only became optional in a later PHP version.

Includes two known functions were this is sniff should be applied.

Includes unit tests.

Add a sniff which checks for parameters which were originally required and only became optional in a later PHP version.

Includes two known functions were this is sniff should be applied.

Includes unit tests.
@wimg wimg merged commit db2e39c into PHPCompatibility:master Aug 13, 2016
@jrfnl jrfnl deleted the feature/required-optional-function-parameters branch August 14, 2016 01:21
@jrfnl jrfnl added this to the 7.0.3 milestone Apr 30, 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.

None yet

2 participants