Skip to content

Commit 3afb1e8

Browse files
committed
Fix: Address WordPress Coding Standards (tabs vs spaces) in driver tests and integrations
1 parent 121372a commit 3afb1e8

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

tests/WP_SQLite_Driver_Tests.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9076,15 +9076,15 @@ public function testColumnInfoForExpressions(): void {
90769076
'len' => 23, // 23 in MySQL.
90779077
'precision' => 31, // 31 in MySQL.
90789078
'sqlite:decl_type' => '',
9079-
9080-
// Additional MySQLi metadata.
9081-
'mysqli:orgname' => 'col_expr_19',
9082-
'mysqli:orgtable' => '',
9083-
'mysqli:db' => 'wp',
9084-
'mysqli:charsetnr' => 63,
9085-
'mysqli:flags' => 0, // 32769 in MySQL.
9086-
'mysqli:type' => 5, // 5 in MySQL.
9087-
),
9079+
9080+
// Additional MySQLi metadata.
9081+
'mysqli:orgname' => 'col_expr_19',
9082+
'mysqli:orgtable' => '',
9083+
'mysqli:db' => 'wp',
9084+
'mysqli:charsetnr' => 63,
9085+
'mysqli:flags' => 0, // 32769 in MySQL.
9086+
'mysqli:type' => 5, // 5 in MySQL.
9087+
),
90889088
array(
90899089
'native_type' => 'LONGLONG',
90909090
'pdo_type' => PDO::PARAM_INT,

0 commit comments

Comments
 (0)