aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/template/twig/node/includejs.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/template/twig/node/includejs.php')
-rw-r--r--phpBB/phpbb/template/twig/node/includejs.php9
1 files changed, 2 insertions, 7 deletions
diff --git a/phpBB/phpbb/template/twig/node/includejs.php b/phpBB/phpbb/template/twig/node/includejs.php
index 50ab448e0f..2b4b55fb0a 100644
--- a/phpBB/phpbb/template/twig/node/includejs.php
+++ b/phpBB/phpbb/template/twig/node/includejs.php
@@ -10,9 +10,7 @@
class phpbb_template_twig_node_includejs extends phpbb_template_twig_node_includeasset
{
/**
- * Get the definition name
- *
- * @return string (e.g. 'SCRIPTS')
+ * {@inheritdoc}
*/
public function get_definition_name()
{
@@ -20,10 +18,7 @@ class phpbb_template_twig_node_includejs extends phpbb_template_twig_node_includ
}
/**
- * Append the output code for the asset
- *
- * @param Twig_Compiler A Twig_Compiler instance
- * @return null
+ * {@inheritdoc}
*/
protected function append_asset(Twig_Compiler $compiler)
{