diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 7376e5cbc..1a33af693 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -14,6 +14,7 @@ $finder = $config->getFinder() ->notPath('include/pregen-confs.inc') ->notPath('include/pregen-news.inc') ->notPath('include/releases.inc') + ->notPath('include/version.inc') ->notPath('tests/run-tests.php'); $config