aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/template
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-10-29 21:31:07 +0100
committerAndreas Fischer <bantu@phpbb.com>2013-10-29 23:38:05 +0100
commit02e9f6e2840d7227f158b4baf96fd9c0f6207531 (patch)
tree45795548ed54058956d87297bc082ba87242d25b /phpBB/phpbb/template
parentd326a49fd0daf308ca8c9b4a24f6970efeffa86c (diff)
downloadforums-02e9f6e2840d7227f158b4baf96fd9c0f6207531.tar
forums-02e9f6e2840d7227f158b4baf96fd9c0f6207531.tar.gz
forums-02e9f6e2840d7227f158b4baf96fd9c0f6207531.tar.bz2
forums-02e9f6e2840d7227f158b4baf96fd9c0f6207531.tar.xz
forums-02e9f6e2840d7227f158b4baf96fd9c0f6207531.zip
[task/code-sniffer] Fix argument list spacing.
PHPBB3-11980
Diffstat (limited to 'phpBB/phpbb/template')
-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 70dcf85d62..1d3e51f54a 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, $lineno, $ignoreMissing = false, $tag = null)
+ public function __construct(\Twig_Node_Expression $expr, \phpbb\template\twig\environment $environment, $lineno, $ignoreMissing = false, $tag = null)
{
$this->environment = $environment;