Skip to content

Commit

Permalink
Update the DocBlock comments
Browse files Browse the repository at this point in the history
  • Loading branch information
colindecarlo committed Oct 17, 2016
1 parent 5597ccd commit b1432a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Database/Eloquent/Relations/HasOneOrMany.php
Original file line number Diff line number Diff line change
Expand Up @@ -329,10 +329,10 @@ public function create(array $attributes)
}

/**
* Create an array of new instances of the related model.
* Create a Collection of new instances of the related model.
*
* @param array $records
* @return array
* @return \Illuminate\Database\Eloquent\Collection
*/
public function createMany(array $records)
{
Expand Down

0 comments on commit b1432a9

Please sign in to comment.