Merge branch 'task/sami' into task/sami-ascraeus

* task/sami:
  [task/sami] Establish alphabetical order.
  [task/sami] Also ignore ext/ directory.
This commit is contained in:
Andreas Fischer 2014-05-17 13:07:00 +02:00
commit e44acf4084

View file

@ -18,8 +18,9 @@ $iterator = Symfony\Component\Finder\Finder::create()
->name('*.php')
->in(__DIR__ . '/../phpBB/')
->notPath('#^cache/#')
->notPath('#^vendor/#')
->notPath('#^develop/#')
->notPath('#^ext/#')
->notPath('#^vendor/#')
->notPath('data')
;