MDL-82790 filter_tidy: Fix coding style

This commit is contained in:
Huong Nguyen 2024-08-29 10:19:31 +07:00
parent 8864cfdcb8
commit 1396072aa3
No known key found for this signature in database
GPG Key ID: 40D88AB693A3E72A

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;
}
}