File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments