Skip to content

Commit 7bcdd2c

Browse files
committed
Fix CS
1 parent f16c1cd commit 7bcdd2c

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/Mysqli/MysqliStatement.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ public function prepareParameterKeyMapping($sql)
200200
if (isset($mapping[$match[0]])) {
201201
$mapping[$match[0]] = is_array($mapping[$match[0]]) ? $mapping[$match[0]] : [$mapping[$match[0]]];
202202
$mapping[$match[0]][] = \count($mapping);
203-
204203
} else {
205204
$mapping[$match[0]] = \count($mapping);
206205
}

src/Sqlsrv/SqlsrvStatement.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ public function prepareParameterKeyMapping($sql)
205205
if (isset($mapping[$match[0]])) {
206206
$mapping[$match[0]] = is_array($mapping[$match[0]]) ? $mapping[$match[0]] : [$mapping[$match[0]]];
207207
$mapping[$match[0]][] = \count($mapping);
208-
209208
} else {
210209
$mapping[$match[0]] = \count($mapping);
211210
}

0 commit comments

Comments
 (0)