lint: fix php

pull/460/head
Varun Patil 2023-02-24 09:12:34 -08:00
parent cf1109e5fd
commit c6f8d1caa1
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ class PlacesSetup extends Command
}
// Commit transaction every once in a while
if ($count % 500 === 0) {
if (0 === $count % 500) {
$this->connection->commit();
$txnCount = 0;