frankfoerster / cakephp2-codesniffer
CakePhp 2.x Codesniffer (adjusted)
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/frankfoerster/cakephp2-codesniffer
Requires
- squizlabs/php_codesniffer: 1.5.*
This package is auto-updated.
Last update: 2025-09-12 05:58:29 UTC
README
This code works with phpcs and checks code against the coding standards used in CakePHP.
Based on cakephp/cakephp-codesniffer 0.1.23
These standards have been adjusted for use in custom CakePHP applications:
- docblock comments should not start at the beginning of a line, but at the function level
- type casts should be followed by a space (instead of no space)