Skip to content

Commit

Permalink
Fix: License year
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 30, 2023
1 parent f4516dc commit 678be6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
$license = License\Type\MIT::markdown(
__DIR__ . '/LICENSE.md',
License\Range::since(
License\Year::fromString('2017'),
License\Year::fromString('2023'),
new \DateTimeZone('UTC'),
),
License\Holder::fromString('Andreas Möller'),
Expand Down

0 comments on commit 678be6a

Please sign in to comment.