toby/codestyle.php
Krzysztof Rewak 794e8df3ea
#5 - update codestyle to 1.x (#101)
* #5 - update codestyle to 1.x

* #5 - update codestyle to 1.x
2022-03-31 14:16:14 +02:00

14 lines
245 B
PHP

<?php
declare(strict_types=1);
use Blumilk\Codestyle\Config;
use Blumilk\Codestyle\Configuration\Defaults\LaravelPaths;
$paths = new LaravelPaths();
$config = new Config(
paths: $paths->add("codestyle.php"),
);
return $config->config();