From 591f54f64d592716389c2e9f77fb31731af548df Mon Sep 17 00:00:00 2001 From: "Dr. Tobias Quathamer" Date: Mon, 15 Jan 2024 13:31:29 +0100 Subject: [PATCH] Add license header to php-cs-fixer configuration file --- .php-cs-fixer.dist.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 1689c1f84e..9345ee617e 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -1,4 +1,22 @@ . + */ declare(strict_types=1);