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

Revert shorthand arrays to long form arrays to meet WordPress coding best practices #674

Open
robruiz opened this issue Dec 30, 2020 · 0 comments
Assignees
Labels
breaking bug Something isn't working enhancement New feature or request php
Milestone

Comments

@robruiz
Copy link
Contributor

robruiz commented Dec 30, 2020

Issue Overview

The current code is using shorthand arrays all over the place. This does not meet WordPress best practices and causes fails in automated testing.

Expected Behavior

Pass all automated testing

Current Behavior

Failing automated testing by PHPCBF

Possible Solution

change all shorthard arrays to standard longform arrays

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking bug Something isn't working enhancement New feature or request php
Projects
None yet
Development

No branches or pull requests

1 participant