mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/10309] Coding guidelines fix.
PHPBB3-10309
This commit is contained in:
parent
f997199679
commit
3df8b214cc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ require_once dirname(__FILE__) . '/../../phpBB/includes/utf/utf_normalizer.php';
|
|||
*/
|
||||
class phpbb_utf_normalizer_test extends phpbb_test_case
|
||||
{
|
||||
private static $data_dir;
|
||||
static private $data_dir;
|
||||
|
||||
static public function setUpBeforeClass()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue