aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/routing
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-05-30 13:14:27 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-05-30 13:14:27 +0200
commitea7114e78528f95fae077568573f2b3363f9aab1 (patch)
tree683c97c0f1c48d44b98c30496eec8b01198fc2b3 /phpBB/phpbb/routing
parentd129ee6c947c6bf494166c47b2d04c7d66e41ab4 (diff)
downloadforums-ea7114e78528f95fae077568573f2b3363f9aab1.tar
forums-ea7114e78528f95fae077568573f2b3363f9aab1.tar.gz
forums-ea7114e78528f95fae077568573f2b3363f9aab1.tar.bz2
forums-ea7114e78528f95fae077568573f2b3363f9aab1.tar.xz
forums-ea7114e78528f95fae077568573f2b3363f9aab1.zip
[ticket/13388] Fix coding style
PHPBB3-13388
Diffstat (limited to 'phpBB/phpbb/routing')
-rw-r--r--phpBB/phpbb/routing/router.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/routing/router.php b/phpBB/phpbb/routing/router.php
index 75726011c4..5af005769f 100644
--- a/phpBB/phpbb/routing/router.php
+++ b/phpBB/phpbb/routing/router.php
@@ -225,6 +225,7 @@ class router implements RouterInterface
$route->setCondition($this->resolve($route->getCondition()));
}
}
+
/**
* Recursively replaces placeholders with the service container parameters.
*