From 8e0e9ceabbaa9fa4fcdd27dedf58d57fa6f1041c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 18 Feb 2024 10:46:50 +0100 Subject: [PATCH] Fix: Remove trailing commas --- .php-cs-fixer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();