Ran code through php-cs-fixer
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
@@ -27,11 +27,13 @@ class HelpUrlExtension extends \Twig_Extension
|
||||
* "container" = @DI\Inject("service_container")
|
||||
* })
|
||||
*/
|
||||
public function __construct(ContainerInterface $container) {
|
||||
public function __construct(ContainerInterface $container)
|
||||
{
|
||||
$this->container = $container;
|
||||
}
|
||||
|
||||
public function getGlobals() {
|
||||
public function getGlobals()
|
||||
{
|
||||
parent::getGlobals();
|
||||
|
||||
$request = $this->container->get('request');
|
||||
|
Reference in New Issue
Block a user