1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/11159] static public is the currently approved order.

PHPBB3-11159
This commit is contained in:
Oleg Pudeyev
2012-11-06 10:41:06 -05:00
parent fea118cf0d
commit a7babc211c
10 changed files with 19 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ require_once dirname(__FILE__) . '/../../phpBB/includes/utf/utf_tools.php';
class phpbb_utf_utf8_clean_string_test extends phpbb_test_case
{
public static function cleanable_strings()
static public function cleanable_strings()
{
return array(
array('MiXed CaSe', 'mixed case', 'Checking case folding'),