diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-06-15 15:29:56 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-06-15 19:15:23 +0200 |
commit | bae172447602d876da733a5fbfb06f5f6f1b3d42 (patch) | |
tree | a6af3ffd20fc19a6d8f819512794f5e2c6498143 /phpBB/phpbb | |
parent | 1eb50c67dfaf0dc483c2c44c402c029c0c40c50a (diff) | |
download | forums-bae172447602d876da733a5fbfb06f5f6f1b3d42.tar forums-bae172447602d876da733a5fbfb06f5f6f1b3d42.tar.gz forums-bae172447602d876da733a5fbfb06f5f6f1b3d42.tar.bz2 forums-bae172447602d876da733a5fbfb06f5f6f1b3d42.tar.xz forums-bae172447602d876da733a5fbfb06f5f6f1b3d42.zip |
[ticket/12715] Cleanup comments in \phpbb\symfony_request
PHPBB3-12715
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r-- | phpBB/phpbb/symfony_request.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/symfony_request.php b/phpBB/phpbb/symfony_request.php index 62e155aa23..bf9ddec493 100644 --- a/phpBB/phpbb/symfony_request.php +++ b/phpBB/phpbb/symfony_request.php @@ -20,7 +20,7 @@ class symfony_request extends Request /** * Constructor * - * @param phpbb\request\request_interface $phpbb_request + * @param \phpbb\request\request_interface $phpbb_request */ public function __construct(\phpbb\request\request_interface $phpbb_request) { |