@@ -116,7 +116,7 @@ |
||
116 | 116 | return false; |
117 | 117 | } |
118 | 118 | |
119 | - return ! (!$this->isNecessaryIndicesExists()) |
|
119 | + return !(!$this->isNecessaryIndicesExists()) |
|
120 | 120 | |
121 | 121 | |
122 | 122 |
@@ -9,7 +9,7 @@ |
||
9 | 9 | |
10 | 10 | declare(strict_types=1); |
11 | 11 | |
12 | -spl_autoload_register(static function (string $class) { |
|
12 | +spl_autoload_register(static function(string $class) { |
|
13 | 13 | if (strpos($class, 'Spiral\\Migrations\\') === 0) { |
14 | 14 | $original = 'Cycle\\Migrations\\' . substr($class, 18); |
15 | 15 |