[ticket/289] Add a few more minor scrutinizer fixes

B3P-289
This commit is contained in:
Marc Alexander
2014-07-07 00:00:08 +02:00
parent 09c3898fad
commit 4390d9cf62
2 changed files with 4 additions and 4 deletions

View File

@@ -62,10 +62,10 @@ class announcements extends module_base
/** @var \phpbb\request\request */
protected $request;
/** @var php file extension */
/** @var string php file extension */
protected $php_ext;
/** @var phpbb root path */
/** @var string phpbb root path */
protected $phpbb_root_path;
/** @var \phpbb\user */