1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

[ticket/12715] Cleanup comments in \phpbb\template\*

PHPBB3-12715
This commit is contained in:
Tristan Darricau
2014-06-15 15:05:51 +02:00
parent e6b422517b
commit 0d0113e6da
19 changed files with 132 additions and 124 deletions

View File

@@ -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)
{