Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from tightenco/5.2.32-release
Browse files Browse the repository at this point in the history
5.2.32 release changes
  • Loading branch information
mattstauffer committed May 18, 2016
2 parents 05b80fd + af2baf5 commit 86850b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ public function combine($values)
* Union the collection with the given items.
*
* @param mixed $items
* @return void
* @return static
*/
public function union($items)
{
Expand Down

0 comments on commit 86850b8

Please sign in to comment.