Skip to content

Commit

Permalink
Fix: Remove trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 18, 2024
1 parent 1489d26 commit 8e0e9ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 8e0e9ce

Please sign in to comment.