#5 - update codestyle to 1.x (#101)

* #5 - update codestyle to 1.x

* #5 - update codestyle to 1.x
This commit is contained in:
Krzysztof Rewak
2022-03-31 14:16:14 +02:00
committed by GitHub
parent b49fcadbba
commit 794e8df3ea
7 changed files with 620 additions and 64 deletions

View File

@@ -1,6 +1,8 @@
#!/usr/bin/env php
<?php
declare(strict_types=1);
use Illuminate\Contracts\Console\Kernel;
use Symfony\Component\Console\Input\ArgvInput;
use Symfony\Component\Console\Output\ConsoleOutput;