From 41fe1bd1403775e18f8e7f5ab7c3aa69f5d850e2 Mon Sep 17 00:00:00 2001 From: Tim Goudriaan Date: Mon, 9 Dec 2024 17:40:42 +0100 Subject: [PATCH] Remove redundant ignored path in .php-cs-fixer.dist.php since the Finder only searches for .php files --- .php-cs-fixer.dist.php | 1 - 1 file changed, 1 deletion(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 41d18e8c6..74bde3ac1 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -16,7 +16,6 @@ ->exclude('public/bundles') ->exclude('public/build') // exclude files generated by Symfony Flex recipes - ->notPath('bin/console') ->notPath('public/index.php') ->notPath('importmap.php') ;