From d2c89f6702bfe57c3fbc905918457fcc9f8c0a7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Thu, 4 Jan 2024 12:31:37 +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 18ed9304..d74a2429 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -18,7 +18,7 @@ __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/phpstan-rules'),