diff --git a/.php_cs.dist b/.php_cs.dist index c68a0e39ea..3ab70c1c61 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -67,9 +67,9 @@ $finder = PhpCsFixer\Finder::create() ->exclude('plugin/bbb/lib') ->exclude('plugin/ims_lti') ->exclude('plugin/sepe/src/wsse') - ->exclude('vendor') ->exclude('tests') ->exclude('var') + ->exclude('vendor') ->exclude('web') ->notPath('main/admin/db.php')