MDL-82790 filter_tidy: Fix coding style

This commit is contained in:
Huong Nguyen
2024-08-29 10:19:51 +07:00
parent 330ecf9203
commit 7945536fde
+1 -1
View File
@@ -29,7 +29,7 @@
*/
class filter_tidy extends moodle_text_filter {
#[\Override]
public function filter($text, array $options = []]) {
public function filter($text, array $options = []) {
return $text;
}
}