From 332f02e1a4784a6c5039408beb64bec847e1a129 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Tue, 27 Aug 2024 09:54:13 +0200 Subject: [PATCH] Fix code style --- .php-cs-fixer.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 910b496d..2e8f283c 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -21,7 +21,7 @@ $finder = PhpCsFixer\Finder::create() ->in(__DIR__) ->ignoreDotFiles(false) - ->exclude(['tests/Application/var']) + ->exclude(['Tests/Application/var']) ; $config = new PhpCsFixer\Config();