Skip to content

Commit 34a7d97

Browse files
author
Timm Ortloff
committed
CloneTest: Format Docs
1 parent 8b7976c commit 34a7d97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: tests/CloneTest.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ protected function getCallbackThis(callable $callback): ?object
214214

215215
protected function registerCallbackFor(
216216
BaseHtmlElement $element,
217-
string $name,
218-
?callable $callback,
219-
?callable $setterCallback = null
217+
string $name,
218+
?callable $callback,
219+
?callable $setterCallback = null
220220
): void
221221
{
222222
$element->getAttributes()->registerAttributeCallback($name, $callback, $setterCallback);

0 commit comments

Comments
 (0)