Passed
Push — master ( 7bf2ba...1a6f76 )
by Greg
06:01
created
app/Services/ServerCheckService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -354,7 +354,7 @@
 block discarded – undo
354 354
 
355 355
         if ($connection->getDriverName() === 'mysql') {
356 356
             $rows = DB::select(
357
-                "SELECT table_name FROM information_schema.tables JOIN information_schema.engines USING (engine) WHERE table_schema = ? AND LEFT(table_name, ?) = ? AND transactions <> 'YES'",[
357
+                "SELECT table_name FROM information_schema.tables JOIN information_schema.engines USING (engine) WHERE table_schema = ? AND LEFT(table_name, ?) = ? AND transactions <> 'YES'", [
358 358
                     $connection->getDatabaseName(),
359 359
                     mb_strlen($connection->getTablePrefix()),
360 360
                     $connection->getTablePrefix(),
Please login to merge, or discard this patch.