From 8dc8412dbf0f5a8d49c1634a921fd0c64036baf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Thu, 4 Jan 2024 12:28:00 +0100 Subject: [PATCH] Fix: Run 'make coding-standards' --- .php-cs-fixer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 0cb5a5c7..fe94da10 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -18,7 +18,7 @@ __DIR__ . '/LICENSE.md', License\Range::since( License\Year::fromString('2017'), - new \DateTimeZone('UTC'), + new DateTimeZone('UTC'), ), License\Holder::fromString('Andreas Möller'), License\Url::fromString('https://github.com/ergebnis/php-package-template'),