Skip to content

Commit d311c61

Browse files
authored
Update DB_Command.php
Update
1 parent c1a0605 commit d311c61

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
@@ -902,7 +902,7 @@ public function size( $args, $assoc_args ) {
902902
if ( ! defined( 'TB_IN_BYTES' ) ) {
903903
define( 'TB_IN_BYTES', 1024 * GB_IN_BYTES );
904904
}
905-
// phpcs:enable.
905+
// phpcs:enable
906906

907907
if ( $human_readable ) {
908908
$size_key = floor( log( $row['Size'] ) / log( 1000 ) );

0 commit comments

Comments
 (0)