Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Update Zend Coding Standard to v2 #39

Open
tux-rampage opened this issue Oct 16, 2018 · 1 comment
Open

Update Zend Coding Standard to v2 #39

tux-rampage opened this issue Oct 16, 2018 · 1 comment
Assignees
Projects

Comments

@tux-rampage
Copy link
Contributor

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.

@weierophinney
Copy link
Member

This repository has been closed and moved to laminas/laminas-di; a new issue has been opened at laminas/laminas-di#5.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
QA
  
To do
Development

No branches or pull requests

2 participants