Skip to content

Commit

Permalink
PHPdoc improvement (#18294)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjona authored and taylorotwell committed Mar 10, 2017
1 parent 25262de commit cd84eca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public function updateOrCreate(array $attributes, array $values = [])
* Attach a model instance to the parent model.
*
* @param \Illuminate\Database\Eloquent\Model $model
* @return \Illuminate\Database\Eloquent\Model
* @return \Illuminate\Database\Eloquent\Model|false
*/
public function save(Model $model)
{
Expand Down

0 comments on commit cd84eca

Please sign in to comment.