[ticket/15097] Resolve travis-ci error

Make sure indentation is using tabs not spaces per code guidelines

PHPBB3-15097
This commit is contained in:
nomind60s 2017-02-17 16:25:30 -07:00
parent 65513c79f5
commit 16dbc4195a

View file

@ -373,7 +373,7 @@ $lang = array_merge($lang, array(
'NUMBER_USERS' => 'Number of users', 'NUMBER_USERS' => 'Number of users',
'NUMBER_ORPHAN' => 'Orphan attachments', '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', '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', 'POSTS_PER_DAY' => 'Posts per day',