aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/template/twig/tokenparser/event.php
diff options
context:
space:
mode:
authorFrançois-Xavier de Guillebon <fdn2@3ds.com>2018-01-16 12:41:05 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-05-09 21:28:24 +0200
commitff35f65064bebd44837802765937227ab0f59b37 (patch)
tree03ca73109a9c8e79dc2e85976058dddabf6ab9ee /phpBB/phpbb/template/twig/tokenparser/event.php
parentac3c49e548eb0cb73cf91605f54117b4c98130f1 (diff)
downloadforums-ff35f65064bebd44837802765937227ab0f59b37.tar
forums-ff35f65064bebd44837802765937227ab0f59b37.tar.gz
forums-ff35f65064bebd44837802765937227ab0f59b37.tar.bz2
forums-ff35f65064bebd44837802765937227ab0f59b37.tar.xz
forums-ff35f65064bebd44837802765937227ab0f59b37.zip
[ticket/15508] Replace Twig_NodeInterface with Twig_Node
PHPBB3-15508
Diffstat (limited to 'phpBB/phpbb/template/twig/tokenparser/event.php')
-rw-r--r--phpBB/phpbb/template/twig/tokenparser/event.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/template/twig/tokenparser/event.php b/phpBB/phpbb/template/twig/tokenparser/event.php
index f73ef4ae25..4fa75be1f3 100644
--- a/phpBB/phpbb/template/twig/tokenparser/event.php
+++ b/phpBB/phpbb/template/twig/tokenparser/event.php
@@ -20,7 +20,7 @@ class event extends \Twig_TokenParser
*
* @param \Twig_Token $token A Twig_Token instance
*
- * @return \Twig_NodeInterface A Twig_NodeInterface instance
+ * @return \Twig_Node A Twig_Node instance
*/
public function parse(\Twig_Token $token)
{