mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
MDL-82790 filter_tidy: Fix coding style
This commit is contained in:
parent
8864cfdcb8
commit
1396072aa3
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user