Completed
Push — master ( b3febe...348067 )
by Zach
04:06 queued 02:03
created
src/DB/ModelFactoryBuilder.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
         }
97 97
 
98 98
         if (is_array($made)) {
99
-            return array_map(function (Model $model) {
99
+            return array_map(function(Model $model) {
100 100
                 $model->save();
101 101
 
102 102
                 return $model;
Please login to merge, or discard this patch.