diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index d9b0640..2c1f1d7 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -18,10 +18,10 @@ __DIR__ . '/LICENSE.md', License\Range::since( License\Year::fromString('2018'), - new DateTimeZone('UTC'), + new DateTimeZone('UTC') ), License\Holder::fromString('Andreas Möller'), - License\Url::fromString('https://github.com/ergebnis/clock'), + License\Url::fromString('https://github.com/ergebnis/clock') ); $license->save();