1
0
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:
Rubén Calvo
2017-07-20 04:32:00 +02:00
parent 67f1f85146
commit ff86178667
5 changed files with 124 additions and 3 deletions

View File

@@ -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;
/**