mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[ticket/11700] Replace some leftover phpbb_filesystem uses
PHPBB3-11700
This commit is contained in:
@@ -25,7 +25,7 @@ class environment extends \Twig_Environment
|
||||
/** @var \phpbb\config\config */
|
||||
protected $phpbb_config;
|
||||
|
||||
/** @var phpbb_filesystem */
|
||||
/** @var \phpbb\filesystem */
|
||||
protected $phpbb_filesystem;
|
||||
|
||||
/** @var string */
|
||||
@@ -104,7 +104,7 @@ class environment extends \Twig_Environment
|
||||
/**
|
||||
* Get the phpbb_filesystem object
|
||||
*
|
||||
* @return phpbb_filesystem
|
||||
* @return \phpbb\filesystem
|
||||
*/
|
||||
public function get_filesystem()
|
||||
{
|
||||
|
Reference in New Issue
Block a user