Apply php-cs-fixer changes

This commit is contained in:
trizz
2021-12-09 21:45:08 +00:00
committed by GitHub Actions
parent 9891975d0f
commit 8f6de7b627
7 changed files with 23 additions and 29 deletions

View File

@ -2,8 +2,8 @@
namespace trizz\AdventOfCode\Y21;
use trizz\AdventOfCode\Solution;
use JetBrains\PhpStorm\Immutable;
use trizz\AdventOfCode\Solution;
class Day6 extends Solution
{