Skip to content

Commit a029225

Browse files
committed
MNT Fix PHP linting in test class
1 parent 4b0c758 commit a029225

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/php/Forms/HTMLEditor/HTMLEditorConfigTest/NullEditorConfig.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,8 @@ public function getAttributes(): array
4949
return [];
5050
}
5151

52-
public function init(): void {}
52+
public function init(): void
53+
{
54+
// no-op
55+
}
5356
}

0 commit comments

Comments
 (0)