mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-05 14:04:57 +02:00
[task/sami] Establish alphabetical order.
PHPBB3-12495
This commit is contained in:
parent
6a97d9f855
commit
223058c8c6
@ -18,9 +18,9 @@ $iterator = Symfony\Component\Finder\Finder::create()
|
||||
->name('*.php')
|
||||
->in(__DIR__ . '/../phpBB/')
|
||||
->notPath('#^cache/#')
|
||||
->notPath('#^develop/#')
|
||||
->notPath('#^ext/#')
|
||||
->notPath('#^vendor/#')
|
||||
->notPath('#^develop/#')
|
||||
->notPath('data')
|
||||
;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user