File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ public function __construct(ContainerInterface $container)
2626 public function getGlobals ()
2727 {
2828 return array (
29- 'hackzilla_ticket ' => array (
30- 'templates ' => array (
29+ 'hackzilla_ticket ' => [
30+ 'templates ' => [
3131 'index ' => $ this ->container ->getParameter ('hackzilla_ticket.templates.index ' ),
3232 'new ' => $ this ->container ->getParameter ('hackzilla_ticket.templates.new ' ),
3333 'show ' => $ this ->container ->getParameter ('hackzilla_ticket.templates.show ' ),
3434 'show_attachment ' => $ this ->container ->getParameter ('hackzilla_ticket.templates.show_attachment ' ),
3535 'prototype ' => $ this ->container ->getParameter ('hackzilla_ticket.templates.prototype ' ),
3636 'macros ' => $ this ->container ->getParameter ('hackzilla_ticket.templates.macros ' ),
37- ) ,
38- )
37+ ] ,
38+ ]
3939 );
4040 }
4141
You can’t perform that action at this time.
0 commit comments