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 Make trailing parameter optional to resolve deprecation #347

Conversation

Cheddam
Copy link
Member

@Cheddam Cheddam commented Jan 11, 2021

Required parameters cannot follow optional parameters in PHP 8 and later.

Required parameters cannot follow optional parameters in PHP 8 and later.
@Cheddam Cheddam force-pushed the pulls/master/fix-closure-params branch from 6161aaf to 5fdd8ed Compare January 11, 2021 21:18
@Cheddam Cheddam force-pushed the pulls/master/fix-closure-params branch from 5fdd8ed to fc667df Compare January 11, 2021 21:22
Copy link
Member

@emteknetnz emteknetnz left a comment

Choose a reason for hiding this comment

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

Looks good, just use a fixed version of frameworktest

.travis.yml Outdated Show resolved Hide resolved
Co-authored-by: Steve Boyd <emteknetnz@gmail.com>
@emteknetnz emteknetnz merged commit b9f8965 into silverstripe:master Jan 13, 2021
@emteknetnz emteknetnz deleted the pulls/master/fix-closure-params branch January 13, 2021 01:34
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