attribute-spass/php-styler.php

11 lines
203 B
PHP
Raw Permalink Normal View History

<?php
use PhpStyler\Config;
use PhpStyler\Files;
use PhpStyler\Styler;
return new Config(
styler: new Styler(),
2023-11-27 20:44:24 +00:00
files: new Files(__DIR__ . '/src'),
cache: __DIR__ . '/.php-styler.cache',
);