inpsyde / php-coding-standards

Style guide for writing consistent PHP for WordPress projects.
MIT License
98 stars 23 forks source link

[Feature Request]: Add more tests for array spread operator #60

Closed antonioeatgoat closed 1 year ago

antonioeatgoat commented 1 year ago

Is your feature request related to a problem?

There are few cases, when array spread operator is used with method of classes, that are not covered by tests.

Describe the desired solution

Cover the cases with tests.

Describe the alternatives that you have considered

Cover the cases with tests.

Additional context

No response

Code of Conduct