You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
There are a lot of new conventions that are not covered by the current phpcs ruleset of zend-coding-standard (v1.x).
Some examples are (incomplete list):
Whitespace after cast operators
Whitespace after not operator (!)
Whitespaces before and after ternary operators
Trailing comma for the last element in array declarations
A new coding style and tooling is currently work in progress at zendframework/zend-coding-standard#5. When this PR is merged and v2 is released this zend-di should integrate it.
Depending on my availability, I'll perform the tests as suggested in the mentioned PR.
The text was updated successfully, but these errors were encountered:
There are a lot of new conventions that are not covered by the current phpcs ruleset of zend-coding-standard (v1.x).
Some examples are (incomplete list):
!
)A new coding style and tooling is currently work in progress at zendframework/zend-coding-standard#5. When this PR is merged and v2 is released this zend-di should integrate it.
Depending on my availability, I'll perform the tests as suggested in the mentioned PR.
The text was updated successfully, but these errors were encountered: