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: Use short array syntax #184

Merged
merged 2 commits into from
Dec 8, 2022
Merged

fix: Use short array syntax #184

merged 2 commits into from
Dec 8, 2022

Conversation

meyfa
Copy link
Owner

@meyfa meyfa commented Dec 8, 2022

Since we no longer support PHP 5.3 (see PR #182), we can finally use the short array syntax that is available since PHP 5.4.

A total of 875 array() calls were replaced with the appropriate bracket notation.

Since we no longer support PHP 5.3 (see PR #182), we can finally use
the short array syntax that is available since PHP 5.4.

A total of 875 `array()` calls were replaced with the appropriate
bracket notation.
@meyfa meyfa added this to the v0.13.0 milestone Dec 8, 2022
@meyfa meyfa merged commit 6765d22 into main Dec 8, 2022
@meyfa meyfa deleted the fix/short-array-syntax branch December 8, 2022 21:13
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.

None yet

1 participant