shaarli-plugin-clickat/.php-cs-fixer.php
n 6d56648e1e
All checks were successful
lint / lint (push) Successful in 15s
PHP-CS-Fixer fixes
2024-09-14 20:43:26 +02:00

5 lines
126 B
PHP

<?php
return (new PhpCsFixer\Config())
->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
;