Skip to content

Commit 7b245e4

Browse files
committed
Fix PHPCS issue
1 parent 849a595 commit 7b245e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DB_Command.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -1604,7 +1604,8 @@ private static function run( $cmd, $assoc_args = [], $send_to_shell = true, $int
16041604

16051605
// Adapt ordering of arguments.
16061606
uksort(
1607-
$final_args, static function ( $a, $b ) {
1607+
$final_args,
1608+
static function ( $a, $b ) {
16081609
switch ( $b ) {
16091610
case 'force':
16101611
return -1;

0 commit comments

Comments
 (0)