Completed
Push — master ( a94f4b...1e32a0 )
by Dmitry
03:16
created
src/Schema/Type.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -166,8 +166,8 @@
 block discarded – undo
166 166
         unset($this->properties[$index]);
167 167
         unset($this->types[$name]);
168 168
 
169
-        foreach($this->indexes as $index => $fields) {
170
-            if($fields == [$name]) {
169
+        foreach ($this->indexes as $index => $fields) {
170
+            if ($fields == [$name]) {
171 171
                 unset($this->indexes[$index]);
172 172
             }
173 173
         }
Please login to merge, or discard this patch.