Download the PHP package syberisle/coding-standards without Composer
On this page you can find all versions of the php package syberisle/coding-standards. 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-standards
SyberIsle Coding Standards
Provides coding standards for SyberIsle projects and libraries.
Inherits from PSR-2 but has the following changes:
- Tabs not spaces MUST be used for indentation
- PHP 4 style constructors (class name) are not allowed
- Todo or fixme comments belong in an issue tracker. Technical Debt is bad.
- No BOM for UTF-8 files
extends
andimplements
are on their own lines for classes
This also provides an xml file that you can import into PhpStorm.
Install
Via Composer
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of coding-standards with dependencies
PHP Build Version
Package Version
Requires
squizlabs/php_codesniffer Version
^3.3
The package syberisle/coding-standards contains the following files
Loading the files please wait ....