Skip to content

Commit 01e90e4

Browse files
chore: phpcbf
1 parent 9ea23d8 commit 01e90e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

inc/admin.php

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

2309-
23102309
if ( ! is_a( $conflict_instance, 'Optml_Abstract_Conflict' ) ) {
23112310
continue;
23122311
}
@@ -2317,7 +2316,7 @@ private function get_active_notices_count() {
23172316
}
23182317

23192318
$dismissed_notices = get_option( 'optml_dismissed_conflicts', [] );
2320-
2319+
23212320
return $conflicts_count - count( $dismissed_notices );
23222321
}
23232322
}

0 commit comments

Comments
 (0)