aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/template/twig/definition.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/template/twig/definition.php')
-rw-r--r--phpBB/phpbb/template/twig/definition.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/phpbb/template/twig/definition.php b/phpBB/phpbb/template/twig/definition.php
index 39653f6d26..cb3c953692 100644
--- a/phpBB/phpbb/template/twig/definition.php
+++ b/phpBB/phpbb/template/twig/definition.php
@@ -25,6 +25,8 @@ class definition
* Get a DEFINE'd variable
*
* @param string $name
+ * @param array $arguments
+ *
* @return mixed Null if not found
*/
public function __call($name, $arguments)