diff --git a/.php_cs.dist b/.php_cs.dist index 87483d5b33a1..84a5f88bf435 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -4,6 +4,10 @@ * See COPYING.txt for license details. */ +/** + * PHP Coding Standards fixer configuration + */ + $finder = PhpCsFixer\Finder::create() ->name('*.phtml') ->exclude('dev/tests/functional/generated')