Skip to content

Commit ddda566

Browse files
chore: phpcbf
1 parent 150f70c commit ddda566

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

inc/admin.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2320,7 +2320,6 @@ private function get_active_notices_count() {
23202320
}
23212321
$conflict_instance = new $class_name();
23222322

2323-
23242323
if ( ! is_a( $conflict_instance, 'Optml_Abstract_Conflict' ) ) {
23252324
continue;
23262325
}
@@ -2331,7 +2330,7 @@ private function get_active_notices_count() {
23312330
}
23322331

23332332
$dismissed_notices = get_option( 'optml_dismissed_conflicts', [] );
2334-
2333+
23352334
return $conflicts_count - count( $dismissed_notices );
23362335
}
23372336
}

0 commit comments

Comments
 (0)