Skip to content

Commit

Permalink
Fix PHPCS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
2ndkauboy committed Nov 1, 2024
1 parent f083959 commit 09e0a92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions antispam_bee.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,10 @@ public static function init() {
self::_init_internal_vars();

add_action(
'init', array(
'init',
array(
__CLASS__,
'add_reasons_to_defaults'
'add_reasons_to_defaults',
)
);

Expand Down

0 comments on commit 09e0a92

Please sign in to comment.