aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/template/twig/node/includephp.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-10-29 00:00:00 +0100
committerAndreas Fischer <bantu@phpbb.com>2013-10-29 00:00:00 +0100
commit59e3c2d16e5fa3eb6f1a872657454b437b72ae63 (patch)
tree4b73ff239faac9125c1998eba0de8d8e607041d4 /phpBB/phpbb/template/twig/node/includephp.php
parented94e3c5761cc188fc6e1e7943a888d30bd0e7b9 (diff)
parent7f58a4572eaca75aecff2da889e67ea151616011 (diff)
downloadforums-59e3c2d16e5fa3eb6f1a872657454b437b72ae63.tar
forums-59e3c2d16e5fa3eb6f1a872657454b437b72ae63.tar.gz
forums-59e3c2d16e5fa3eb6f1a872657454b437b72ae63.tar.bz2
forums-59e3c2d16e5fa3eb6f1a872657454b437b72ae63.tar.xz
forums-59e3c2d16e5fa3eb6f1a872657454b437b72ae63.zip
Merge remote-tracking branch 'marc1706/ticket/11981' into develop
* marc1706/ticket/11981: [ticket/11981] Fix code sniffer complaints
Diffstat (limited to 'phpBB/phpbb/template/twig/node/includephp.php')
-rw-r--r--phpBB/phpbb/template/twig/node/includephp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/template/twig/node/includephp.php b/phpBB/phpbb/template/twig/node/includephp.php
index 4024cf0cc8..70dcf85d62 100644
--- a/phpBB/phpbb/template/twig/node/includephp.php
+++ b/phpBB/phpbb/template/twig/node/includephp.php
@@ -23,7 +23,7 @@ class includephp extends \Twig_Node
/** @var Twig_Environment */
protected $environment;
- public function __construct(\Twig_Node_Expression $expr, \phpbb\template\twig\environment $environment, $ignoreMissing = false, $lineno, $tag = null)
+ public function __construct(\Twig_Node_Expression $expr, \phpbb\template\twig\environment $environment, $lineno, $ignoreMissing = false, $tag = null)
{
$this->environment = $environment;