Passed
Push — 2.0 ( b1b619...99ad58 )
by Vincent
06:02
created
src/Schema/Adapter/Metadata/MetadataIndexSet.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      */
43 43
     public function all(): array
44 44
     {
45
-        $indexes =  $this->extractIndexes($this->metadata->indexes);
45
+        $indexes = $this->extractIndexes($this->metadata->indexes);
46 46
 
47 47
         $primary = $this->primary();
48 48
         $indexes[$primary->name()] = $primary;
Please login to merge, or discard this patch.