Skip to content

Commit c867027

Browse files
author
Михаил
authored
Add comma after array item
1 parent 6d8d703 commit c867027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TwigExtension/TicketGlobalExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function getGlobals()
3535
'prototype' => $this->container->getParameter('hackzilla_ticket.templates.prototype'),
3636
'macros' => $this->container->getParameter('hackzilla_ticket.templates.macros'),
3737
],
38-
]
38+
],
3939
];
4040
}
4141

0 commit comments

Comments
 (0)