1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/15253] Fix coding style

PHPBB3-15253
This commit is contained in:
Rubén Calvo
2017-06-25 22:18:47 +02:00
parent 91163d7ec3
commit 21c9b0eeae
2 changed files with 10 additions and 10 deletions

View File

@@ -23,7 +23,7 @@
'test_path' => '.',
));
$filesystem = new \phpbb\filesystem\filesystem();
$phpbb_root_path = getcwd().DIRECTORY_SEPARATOR;
$phpbb_root_path = getcwd() . DIRECTORY_SEPARATOR;
$path_key = 'test_path';
$this->adapter = new \phpbb\storage\adapter\local($config, $filesystem, $phpbb_root_path, $path_key);
}