Skip to content

Commit

Permalink
Merge pull request #807 from owncloud/fix-ci-20181116
Browse files Browse the repository at this point in the history
php-cs-fixer correctly exclude c3.php
  • Loading branch information
phil-davis committed Nov 16, 2018
2 parents 4f08098 + 6722a8d commit 14be0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php_cs.dist
Expand Up @@ -6,7 +6,7 @@ $config
->setUsingCache(true)
->getFinder()
->exclude('l10n')
->exclude('c3.php')
->notPath('/^c3.php/')
->in(__DIR__);

return $config;

0 comments on commit 14be0e3

Please sign in to comment.