diff options
author | nomind60s <nomind60s@users.noreply.github.com> | 2017-02-17 16:25:30 -0700 |
---|---|---|
committer | nomind60s <nomind60s@users.noreply.github.com> | 2017-02-17 16:25:30 -0700 |
commit | 16dbc4195af2244405c201b49de7be8f25085eb2 (patch) | |
tree | 74860fecd4dd3961d1b972d4f46db0334306276f | |
parent | 65513c79f57d7e10dcc973d094bf723673738ada (diff) | |
download | forums-16dbc4195af2244405c201b49de7be8f25085eb2.tar forums-16dbc4195af2244405c201b49de7be8f25085eb2.tar.gz forums-16dbc4195af2244405c201b49de7be8f25085eb2.tar.bz2 forums-16dbc4195af2244405c201b49de7be8f25085eb2.tar.xz forums-16dbc4195af2244405c201b49de7be8f25085eb2.zip |
[ticket/15097] Resolve travis-ci error
Make sure indentation is using tabs not spaces per code guidelines
PHPBB3-15097
-rw-r--r-- | phpBB/language/en/acp/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 3cb2828d09..5c9e31f028 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -373,7 +373,7 @@ $lang = array_merge($lang, array( 'NUMBER_USERS' => 'Number of users', 'NUMBER_ORPHAN' => 'Orphan attachments', - 'PHP_VERSION' => 'PHP version', + 'PHP_VERSION' => 'PHP version', 'PHP_VERSION_OLD' => 'The version of PHP on this server (%1$s) will no longer be supported by future versions of phpBB. The minimum required version will be PHP %2$s. %3$sDetails%4$s', 'POSTS_PER_DAY' => 'Posts per day', |