Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Manually fix remaining PHPCS errors | ArthurHoaro | 2020-11-09 | 1 | -0/+5 |
| | |||||
* | Coding style: switch PHPCS to PSR12 | ArthurHoaro | 2020-11-08 | 1 | -3/+3 |
| | | | | | | | | Also temporarily ignore test code (one step at a time). Reference: https://www.php-fig.org/psr/psr-12/ Related to #95 | ||||
* | lint: setup PHPCS for PSR-1 and PSR-2 | VirtualTam | 2018-12-02 | 1 | -0/+17 |
Relates to https://github.com/shaarli/Shaarli/issues/95 See: - https://github.com/squizlabs/PHP_CodeSniffer - https://github.com/squizlabs/PHP_CodeSniffer/blob/master/phpcs.xml.dist - https://www.php-fig.org/psr/psr-1/ - https://www.php-fig.org/psr/psr-2/ Signed-off-by: VirtualTam <virtualtam@flibidi.net> |