@@ -1,4 +1,4 @@ |
||
| 1 | -<?php echo '<?php' , PHP_EOL; ?> |
|
| 1 | +<?php echo '<?php', PHP_EOL; ?> |
|
| 2 | 2 | |
| 3 | 3 | use Tarantool\Mapper\Contracts\Manager; |
| 4 | 4 | use Tarantool\Mapper\Contracts\Migration; |
@@ -166,8 +166,8 @@ |
||
| 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 | } |