Passed
Pull Request — master (#19)
by Kirill
03:48
created
src/Migrator/MigrationsTable.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -280,7 +280,7 @@
 block discarded – undo
280 280
 
281 281
 
282 282
 
283
-         ;
283
+            ;
284 284
     }
285 285
 
286 286
     /**
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
             return false;
117 117
         }
118 118
 
119
-        return ! (!$this->isNecessaryIndicesExists())
119
+        return !(!$this->isNecessaryIndicesExists())
120 120
 
121 121
 
122 122
 
Please login to merge, or discard this patch.
src/polyfill.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.