@@ -127,7 +127,7 @@ discard block |
||
| 127 | 127 | if (array_search($column->getName(), $table->getPrimaryKeyColumns()) !== false) { |
| 128 | 128 | if ($column->getAutoincrement()){ |
| 129 | 129 | $value = null; |
| 130 | - }else{ |
|
| 130 | + } else{ |
|
| 131 | 131 | return $this->getUniqueValue($table, $column); |
| 132 | 132 | } |
| 133 | 133 | } |
@@ -135,7 +135,7 @@ discard block |
||
| 135 | 135 | else { |
| 136 | 136 | if (!$column->getNotnull() && $this->nullProbabilityOccured()){ |
| 137 | 137 | $value = null; |
| 138 | - }else{ |
|
| 138 | + } else{ |
|
| 139 | 139 | $value = $this->generatorFinder->findGenerator($table, $column)($column); |
| 140 | 140 | } |
| 141 | 141 | } |