mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/15287] Add PHPDoc
PHPBB3-15287
This commit is contained in:
@@ -29,10 +29,14 @@ class local implements adapter_interface
|
||||
*/
|
||||
protected $filesystem;
|
||||
|
||||
/** @var string path */
|
||||
/**
|
||||
* @var string path
|
||||
*/
|
||||
protected $phpbb_root_path;
|
||||
|
||||
/** @var string path */
|
||||
/**
|
||||
* @var string path
|
||||
*/
|
||||
protected $root_path;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user