Skip to content

Commit 6cc5a9f

Browse files
driesvintsgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent c104b2b commit 6cc5a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/EmbedExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function register(EnvironmentBuilderInterface $environment): void
4343
if ($allowedDomains !== []) {
4444
$adapter = new DomainFilteringAdapter($adapter, $allowedDomains);
4545
}
46-
info('Registering EmbedExtension with allowed domains: ' . implode(', ', $allowedDomains));
46+
info('Registering EmbedExtension with allowed domains: '.implode(', ', $allowedDomains));
4747
$environment
4848
->addBlockStartParser(new EmbedStartParser, 300)
4949
->addEventListener(DocumentParsedEvent::class, new EmbedProcessor($adapter, $environment->getConfiguration()->get('embed.fallback')), 1010)

0 commit comments

Comments
 (0)