Skip to content

Commit 6486fd7

Browse files
committed
bug #154 Fix language labels array of ConfigurationBlockDirective (alexander-schranz)
This PR was merged into the main branch. Discussion ---------- Fix language labels array of ConfigurationBlockDirective Related to #153 `@javiereguiluz` Commits ------- 5d44ed2 Fix language labels array of ConfigurationBlockDirective
2 parents b421d2f + 5d44ed2 commit 6486fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directive/ConfigurationBlockDirective.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
class ConfigurationBlockDirective extends SubDirective
1919
{
2020
private const LANGUAGE_LABELS = [
21-
'caddy' => 'Caddy'
21+
'caddy' => 'Caddy',
2222
'env' => 'Bash',
2323
'html+jinja' => 'Twig',
2424
'html+php' => 'PHP',

0 commit comments

Comments
 (0)