bjoern-goetschke / coding-standards
Personal coding standards (work in progress)
dev-master
2024-02-14 20:00 UTC
Requires
- php: ^7.4 || ^8.0
- squizlabs/php_codesniffer: ^3.5
Requires (Dev)
- ext-mbstring: *
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpstan/phpstan-strict-rules: ^1.0
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-11-14 21:40:08 UTC
README
Installation
Since this library has no stable release yet, it is suggested to
simply copy the file standards/BjoernGoetschke/ruleset.xml
to your
project and reference it inside your phpcs.xml
like this:
<rule ref="copy.of.ruleset.xml" />
The ruleset file contains a version identifier to easily see if you are using the latest version.
LICENSE
The library is released under the BSD-2-Clause license. You can find a copy of this license in LICENSE.txt.