#5 - update codestyle to 1.x

This commit is contained in:
Krzysztof Rewak
2022-03-31 10:56:14 +02:00
parent b49fcadbba
commit 03f88004d2
6 changed files with 618 additions and 60 deletions

13
codestyle.php Normal file
View File

@@ -0,0 +1,13 @@
<?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();