test
Some checks failed
/ ls (push) Failing after 11s

This commit is contained in:
lubiana 2023-11-27 21:44:24 +01:00
parent 45b5b746f6
commit 2872d932b6
6 changed files with 38 additions and 8 deletions

View file

@ -4,7 +4,7 @@ use PhpStyler\Files;
use PhpStyler\Styler;
return new Config(
files: new Files(__DIR__ . '/src'),
styler: new Styler(),
files: new Files(__DIR__ . '/src'),
cache: __DIR__ . '/.php-styler.cache',
);