Completed
Push — master ( b8b793...959fb5 )
by Freek
02:54
created
src/DatabaseSeeder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@
 block discarded – undo
186 186
     /**
187 187
      * Add files to the given model.
188 188
      *
189
-     * @param $sourceDirectory
189
+     * @param string $sourceDirectory
190 190
      * @param \Illuminate\Database\Eloquent $model
191 191
      * @param int                           $minAmount
192 192
      * @param int                           $maxAmount
Please login to merge, or discard this patch.
src/SuperSeeder/SuperSeeder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      * Seed models from a set of data.
19 19
      * If no parser is provided, it is assumed that $data is an associative array.
20 20
      *
21
-     * @param $data
21
+     * @param string $data
22 22
      * @param Parser|null $parser
23 23
      *
24 24
      * @return array
Please login to merge, or discard this patch.