Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
trsteel88 committed Nov 25, 2024
1 parent 5f67e21 commit 95730dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Form/Type/CkeditorType.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
if (isset($this->transformers[$transformer_alias])) {
$builder->addViewTransformer($this->transformers[$transformer_alias]);
} else {
throw new \Exception(sprintf("'%s' is not a valid transformer.", $transformer_alias));
throw new \Exception(\sprintf("'%s' is not a valid transformer.", $transformer_alias));
}
}

Expand Down

0 comments on commit 95730dc

Please sign in to comment.