Skip to content

Commit 6e1194f

Browse files
kenjissamsonasik
andauthored
refactor: remove ()
Co-authored-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
1 parent 5ad421a commit 6e1194f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Database/BaseBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@ public function insertBatch(?array $set = null, ?bool $escape = null, int $batch
16101610
return false; // @codeCoverageIgnore
16111611
}
16121612

1613-
$hasQBSet = ($set === null);
1613+
$hasQBSet = $set === null;
16141614

16151615
$table = $this->QBFrom[0];
16161616

0 commit comments

Comments
 (0)