Skip to content

Commit b057db7

Browse files
schlesserawojsmol
andauthored
Update src/DB_Command.php
Co-Authored-By: wojsmol <[email protected]>
1 parent aa095a0 commit b057db7

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
@@ -1342,7 +1342,7 @@ public function columns( $args, $assoc_args ) {
13421342
WP_CLI\Utils\wp_get_table_names( array( $args[0] ), array() );
13431343

13441344
$columns = $wpdb->get_results(
1345-
// phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared -- Asserted to be a valid table name through wp_get_table_names.
1345+
// phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared -- Asserted to be a valid table name through wp_get_table_names.
13461346
'SHOW COLUMNS FROM ' . $args[0]
13471347
);
13481348

0 commit comments

Comments
 (0)