@@ -66,7 +66,7 @@ |
||
66 | 66 | if ($goDeeper){ |
67 | 67 | $hasGoneDeeper = true; |
68 | 68 | $value = $this->generateRandomObject($depth - 1); |
69 | - }else{ |
|
69 | + } else{ |
|
70 | 70 | $value = $this->randomValue(); |
71 | 71 | } |
72 | 72 | $obj->$propName = $value; |
@@ -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 | } |
@@ -66,7 +66,7 @@ |
||
66 | 66 | if ($goDeeper){ |
67 | 67 | $hasGoneDeeper = true; |
68 | 68 | $value = $this->generateRandomObject($depth - 1); |
69 | - }else{ |
|
69 | + } else{ |
|
70 | 70 | $value = $this->randomValue(); |
71 | 71 | } |
72 | 72 | $obj->$propName = $value; |