mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/16671] Code style fixes
PHPBB3-16671
This commit is contained in:
@@ -18,7 +18,7 @@ use Symfony\Component\Filesystem\Filesystem as symfony_filesystem;
|
||||
class helper
|
||||
{
|
||||
/**
|
||||
* @var \Symfony\Component\Filesystem\Filesystem
|
||||
* @var symfony_filesystem
|
||||
*/
|
||||
protected static $symfony_filesystem;
|
||||
|
||||
@@ -371,7 +371,7 @@ class helper
|
||||
/**
|
||||
* Get an instance of symfony's filesystem object.
|
||||
*
|
||||
* @return \Symfony\Component\Filesystem\Filesystem Symfony filesystem
|
||||
* @return symfony_filesystem Symfony filesystem
|
||||
*/
|
||||
protected static function get_symfony_filesystem()
|
||||
{
|
||||
|
Reference in New Issue
Block a user