1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 00:02:18 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2019-12-12 18:34:16 +01:00
commit 95f45ddf54
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -22,7 +22,6 @@ then
-s \
--extensions=php \
--standard=build/code_sniffer/ruleset-php-extensions.xml \
"--ignore=phpBB/ext/$EXTNAME/tests/*" \
"--ignore=phpBB/ext/$EXTNAME/vendor/*" \
"phpBB/ext/$EXTNAME"
--ignore=*/"$EXTNAME"/tests/*,*/"$EXTNAME"/vendor/* \
phpBB/ext/"$EXTNAME"
fi