Skip to content

Commit ad72dc9

Browse files
aguingandgithub-actions[bot]
authored andcommitted
CS fix
1 parent 97ba723 commit ad72dc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Form/Fields/Editor/TextInputReplacement/EditorTextInputReplacement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function __construct(
1414
protected string $replacement,
1515
protected ?string $locale = null,
1616
) {
17-
if(!str_starts_with($pattern, '/') || !str_ends_with($pattern, '/')) {
17+
if (! str_starts_with($pattern, '/') || ! str_ends_with($pattern, '/')) {
1818
throw new \Exception("The replacement pattern \"$pattern\" must start and end with a slash");
1919
}
2020
}

0 commit comments

Comments
 (0)