diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-05-17 13:05:52 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-05-17 13:05:52 +0200 |
commit | 223058c8c69203c48411f14e95b1ee36226ac5c8 (patch) | |
tree | 941399b2e3988aa079e9d5394e9bd96d73c057c0 /build | |
parent | 6a97d9f85548aa60c1838bd2be349cd6087140ce (diff) | |
download | forums-223058c8c69203c48411f14e95b1ee36226ac5c8.tar forums-223058c8c69203c48411f14e95b1ee36226ac5c8.tar.gz forums-223058c8c69203c48411f14e95b1ee36226ac5c8.tar.bz2 forums-223058c8c69203c48411f14e95b1ee36226ac5c8.tar.xz forums-223058c8c69203c48411f14e95b1ee36226ac5c8.zip |
[task/sami] Establish alphabetical order.
PHPBB3-12495
Diffstat (limited to 'build')
-rw-r--r-- | build/sami.conf.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/sami.conf.php b/build/sami.conf.php index de23684548..dd57ec8780 100644 --- a/build/sami.conf.php +++ b/build/sami.conf.php @@ -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') ; |