attribute-spass/php-styler.php
lubiana 2872d932b6
Some checks failed
/ ls (push) Failing after 11s
test
2023-11-27 21:44:24 +01:00

10 lines
203 B
PHP

<?php
use PhpStyler\Config;
use PhpStyler\Files;
use PhpStyler\Styler;
return new Config(
styler: new Styler(),
files: new Files(__DIR__ . '/src'),
cache: __DIR__ . '/.php-styler.cache',
);