Download the PHP package tzachi/coding-standard without Composer
On this page you can find all versions of the php package tzachi/coding-standard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package coding-standard
Coding Standard
This project has a set of PHP_CodeSniffer rules that are based on doctrine/coding-standard rules, but with some small changes and additions.
Differences from doctrine coding-standards
- Inline comments should begin with a space, for example:
- Docblock annotation groups are grouped a bit different
- Empty catch in try...catch must have a comment explaining why the exception is not handled
- There shouldn't be a space after the negation operator
- No space before colon in return type:
-
Property doc comments shouldn't be a single line, but multiline instead:
- Variable/property/function names should be camelCased:
- A @throw tag comment doesn't need to end in full stop:
All versions of coding-standard with dependencies
PHP Build Version
Package Version
The package tzachi/coding-standard contains the following files
Loading the files please wait ....