Skip to content

Commit

Permalink
.php_cs: cleanup too much copy paste
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Aug 20, 2019
1 parent 0fcda40 commit 5943e99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ $finder = $config->getFinder()
->in(__DIR__)
->ignoreDotFiles(false)
->name('.php_cs')
->notPath('localization/LINGUAS.php')
// this filter would accept only files that are present in Git
->filter(function (SplFileInfo $file) use (&$files, $quiet) {
$key = array_search($file->getRelativePathname(), $files, true);
Expand Down

0 comments on commit 5943e99

Please sign in to comment.