diff --git a/tests/CloneTest.php b/tests/CloneTest.php index 47513a06..b81b3108 100644 --- a/tests/CloneTest.php +++ b/tests/CloneTest.php @@ -35,7 +35,9 @@ class CloneTest extends TestCase 'SelectOption' => 'test-value' ]; - public static function noopCallback() {} + public static function noopCallback() + { + } public function testFormElementsCloning(): void { @@ -57,7 +59,8 @@ public function testFormElementsCloning(): void ); $this->registerCallbackFor($element, 'test-global-scope', 'strtolower'); - $this->registerCallbackFor($element, 'test-instance-scope-noop-inline', function () {}); + $this->registerCallbackFor($element, 'test-instance-scope-noop-inline', function () { + }); $this->registerCallbackFor($element, 'test-instance-noop-attribute', [$this, 'noopCallback']); $this->registerCallbackFor(