Skip to content

Commit 6d8d703

Browse files
author
Михаил
authored
Fix codestyle
1 parent 869db47 commit 6d8d703

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

TwigExtension/TicketGlobalExtension.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ public function __construct(ContainerInterface $container)
2323
/**
2424
* @return array
2525
*/
26-
public function getGlobals()
26+
public function getGlobals()
2727
{
28-
return array(
28+
return [
2929
'hackzilla_ticket' => [
3030
'templates' => [
31-
'index' => $this->container->getParameter('hackzilla_ticket.templates.index'),
32-
'new' => $this->container->getParameter('hackzilla_ticket.templates.new'),
33-
'show' => $this->container->getParameter('hackzilla_ticket.templates.show'),
31+
'index' => $this->container->getParameter('hackzilla_ticket.templates.index'),
32+
'new' => $this->container->getParameter('hackzilla_ticket.templates.new'),
33+
'show' => $this->container->getParameter('hackzilla_ticket.templates.show'),
3434
'show_attachment' => $this->container->getParameter('hackzilla_ticket.templates.show_attachment'),
35-
'prototype' => $this->container->getParameter('hackzilla_ticket.templates.prototype'),
36-
'macros' => $this->container->getParameter('hackzilla_ticket.templates.macros'),
35+
'prototype' => $this->container->getParameter('hackzilla_ticket.templates.prototype'),
36+
'macros' => $this->container->getParameter('hackzilla_ticket.templates.macros'),
3737
],
3838
]
39-
);
39+
];
4040
}
4141

4242
/**

0 commit comments

Comments
 (0)