Skip to content

Commit

Permalink
Fixing style errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
stickler-ci committed Oct 8, 2019
1 parent 5d132fc commit ee40c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Table/RequestsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function gc()
$statement->closeCursor();

$conn = $this->getConnection();
if (is_a($conn->getDriver(),'Cake\Database\Driver\Sqlite')) {
if (is_a($conn->getDriver(), 'Cake\Database\Driver\Sqlite')) {
$conn->execute('VACUUM;');
}
}
Expand Down

0 comments on commit ee40c1a

Please sign in to comment.