Skip to content

Commit 1b7bc3d

Browse files
kenjissamsonasik
andcommitted
refactor: remove ()
Co-authored-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
1 parent 3ad6c4c commit 1b7bc3d

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
@@ -1983,7 +1983,7 @@ public function updateBatch(?array $set = null, ?string $index = null, int $batc
19831983
return false; // @codeCoverageIgnore
19841984
}
19851985

1986-
$hasQBSet = ($set === null);
1986+
$hasQBSet = $set === null;
19871987

19881988
$table = $this->QBFrom[0];
19891989

0 commit comments

Comments
 (0)