aboutsummaryrefslogtreecommitdiffhomepage
path: root/phpcs.xml
Commit message (Collapse)AuthorAgeFilesLines
* Plugin system: allow plugins to provide custom routesArthurHoaro2020-11-151-0/+1
| | | | | | | | | | - each route will be prefixed by `/plugin/<plugin_name>` - add a new template for plugins rendering - add a live example in the demo_plugin Check out the "Plugin System" documentation for more detail. Related to #143
* 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>