diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-13 23:49:21 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-13 23:49:21 +0200 |
commit | 9fc2063d8623149ec6f8e359c87d626fcc5eeb88 (patch) | |
tree | b8212debd2c1ee3c7d0d3c2d75c2e1911acd0d9e /phpBB/phpbb/template | |
parent | 1e427fa031eea8dd6a1e04f1407f996d1d948203 (diff) | |
download | forums-9fc2063d8623149ec6f8e359c87d626fcc5eeb88.tar forums-9fc2063d8623149ec6f8e359c87d626fcc5eeb88.tar.gz forums-9fc2063d8623149ec6f8e359c87d626fcc5eeb88.tar.bz2 forums-9fc2063d8623149ec6f8e359c87d626fcc5eeb88.tar.xz forums-9fc2063d8623149ec6f8e359c87d626fcc5eeb88.zip |
[ticket/12509] Fix doc block
PHPBB3-12509
Diffstat (limited to 'phpBB/phpbb/template')
-rw-r--r-- | phpBB/phpbb/template/twig/twig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/template/twig/twig.php b/phpBB/phpbb/template/twig/twig.php index a084245918..fc6e9eacd8 100644 --- a/phpBB/phpbb/template/twig/twig.php +++ b/phpBB/phpbb/template/twig/twig.php @@ -213,7 +213,7 @@ class twig extends \phpbb\template\base * * @param string|array $names Array of names (or detailed names) or string of name of template(s) in inheritance tree order, used by extensions. * @param string|array of string $paths Array of style paths, relative to current root directory - * @return phpbb_template $this + * @return \phpbb\template\template $this */ public function set_custom_style($names, $paths) { |