Skip to content

Commit 9659ff3

Browse files
committed
Fix linter error
1 parent 235636f commit 9659ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DB_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1620,7 +1620,7 @@ private static function run( $cmd, $assoc_args = [], $send_to_shell = true, $int
16201620
static function ( $a, $b ) {
16211621
if ( 'force' === $a ) {
16221622
return 1;
1623-
} else if ( 'force' === $b ) {
1623+
} elseif ( 'force' === $b ) {
16241624
return -1;
16251625
} else {
16261626
return 0;

0 commit comments

Comments
 (0)