We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b421d2f commit 5d44ed2Copy full SHA for 5d44ed2
src/Directive/ConfigurationBlockDirective.php
@@ -18,7 +18,7 @@
18
class ConfigurationBlockDirective extends SubDirective
19
{
20
private const LANGUAGE_LABELS = [
21
- 'caddy' => 'Caddy'
+ 'caddy' => 'Caddy',
22
'env' => 'Bash',
23
'html+jinja' => 'Twig',
24
'html+php' => 'PHP',
0 commit comments