@@ -52,7 +52,7 @@ discard block |
||
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 |
||
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 | } |