Skip to content

Commit 4303053

Browse files
committed
fix: function name and return type
1 parent 77038af commit 4303053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/hwp-previews/src/Integration/Faust_Integration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Faust_Integration {
3939
*/
4040
public static function init(): void {
4141
self::init_class_properties();
42-
self::add_filters_actions();
42+
self::configure_faust();
4343
}
4444

4545
public static function init_class_properties(): void {
@@ -55,7 +55,7 @@ public static function init_class_properties(): void {
5555
self::$faust_enabled = self::is_faust_enabled();
5656
}
5757

58-
public static function add_filters_actions() {
58+
public static function configure_faust(): void {
5959
if(self::$faust_enabled) {
6060
self::set_default_faust_settings();
6161

0 commit comments

Comments
 (0)