Skip to content

Commit d247f70

Browse files
author
Timm Ortloff
committed
CloneTest: Fix PHPCS warning
1 parent e9cc195 commit d247f70

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/CloneTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ public function registerCallbackFor(
109109
string $name,
110110
?callable $callback,
111111
?callable $setterCallback = null
112-
): void
113-
{
112+
): void {
114113
$element->getAttributes()->registerAttributeCallback($name, $callback, $setterCallback);
115114
}
116115

0 commit comments

Comments
 (0)