Skip to content

Commit 8c29e0a

Browse files
committed
Add description
1 parent e1774b1 commit 8c29e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CsvSeeder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ public function seedFromCSV(string $filename, string $deliminator = ","): bool
222222
/**
223223
* Creates a CSV->DB column mapping from the given CSV row.
224224
*
225-
* @param array $row
226-
* @return array
225+
* @param array $row List of DB columns to insert into
226+
* @return array List of DB fields to insert into
227227
*/
228228
public function createMappingFromRow(array $row): array
229229
{

0 commit comments

Comments
 (0)