@@ -104,7 +104,7 @@ |
||
| 104 | 104 | * |
| 105 | 105 | * @param int|null $times |
| 106 | 106 | * |
| 107 | - * @return this |
|
| 107 | + * @return ModelFactoryBuilder |
|
| 108 | 108 | */ |
| 109 | 109 | public function times($times = null) |
| 110 | 110 | { |
@@ -89,7 +89,7 @@ |
||
| 89 | 89 | } |
| 90 | 90 | |
| 91 | 91 | if (is_array($made)) { |
| 92 | - return array_map(function ($model) { |
|
| 92 | + return array_map(function($model) { |
|
| 93 | 93 | $model->save(); |
| 94 | 94 | |
| 95 | 95 | return $model; |