Completed
Push — dev ( a6515a...9601ca )
by Zach
02:07
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
@@ -89,7 +89,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.