diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-06-15 15:05:51 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-06-15 19:15:06 +0200 |
commit | 0d0113e6da590c113068a60864d44372a2fbccab (patch) | |
tree | 8930400497c37cf754c29a52e4034e043307967c /phpBB/phpbb/template/twig/twig.php | |
parent | e6b422517b17d0f3eb9ccf231ae0e4f5459efdf9 (diff) | |
download | forums-0d0113e6da590c113068a60864d44372a2fbccab.tar forums-0d0113e6da590c113068a60864d44372a2fbccab.tar.gz forums-0d0113e6da590c113068a60864d44372a2fbccab.tar.bz2 forums-0d0113e6da590c113068a60864d44372a2fbccab.tar.xz forums-0d0113e6da590c113068a60864d44372a2fbccab.zip |
[ticket/12715] Cleanup comments in \phpbb\template\*
PHPBB3-12715
Diffstat (limited to 'phpBB/phpbb/template/twig/twig.php')
-rw-r--r-- | phpBB/phpbb/template/twig/twig.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/phpBB/phpbb/template/twig/twig.php b/phpBB/phpbb/template/twig/twig.php index bf27dd5f20..5e2057f818 100644 --- a/phpBB/phpbb/template/twig/twig.php +++ b/phpBB/phpbb/template/twig/twig.php @@ -67,7 +67,7 @@ class twig extends \phpbb\template\base /** * Twig Environment * - * @var Twig_Environment + * @var \Twig_Environment */ protected $twig; @@ -347,9 +347,7 @@ class twig extends \phpbb\template\base } /** - * Get path to template for handle (required for BBCode parser) - * - * @return string + * {@inheritdoc} */ public function get_source_file_for_handle($handle) { |