aboutsummaryrefslogtreecommitdiffhomepage
path: root/phpcs.xml
Commit message (Collapse)AuthorAgeFilesLines
* Manually fix remaining PHPCS errorsArthurHoaro2020-11-091-0/+5
|
* Coding style: switch PHPCS to PSR12ArthurHoaro2020-11-081-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-2VirtualTam2018-12-021-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>