lint: fix php
parent
cf1109e5fd
commit
c6f8d1caa1
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue