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

Fix Deprecated Notice for PHP8 #324

Merged

Conversation

rogerb87
Copy link
Contributor

I've changed the order of the parameters for the shouldSkip method to fix the deprecation notice (Optional parameter $exclusion declared before required parameter $context is implicitly treated as a required parameter). Since this method is private and both uses are also changed this should not break anything.

Changed the order of the parameters for the shouldSkip method to fix the deprecation notice (Optional parameter $exclusion declared before required parameter $context is implicitly treated as a required parameter).
@goetas goetas merged commit 2f37b88 into willdurand:master Dec 18, 2021
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