Passed
Push — master ( bd29c9...fc528a )
by Nicolaas
19:01 queued 08:43
created
src/CleanTable.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
     {
53 53
         $oldTable = $this->getTable();
54 54
         $newTable = $this->getArchiveTable();
55
-        if (! $this->tableExists($newTable)) {
55
+        if (!$this->tableExists($newTable)) {
56 56
             DB::query('CREATE TABLE "' . $newTable . '" LIKE "' . $oldTable . '";');
57 57
         }
58 58
     }
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
     {
84 84
         if (null === $this->_schema) {
85 85
             $this->_schema = DB::get_schema();
86
-            $this->_schema->schemaUpdate(function () {
86
+            $this->_schema->schemaUpdate(function() {
87 87
                 return true;
88 88
             });
89 89
         }
Please login to merge, or discard this patch.