Skip to content

Commit

Permalink
Merge pull request #13556 from mologie/patch-1
Browse files Browse the repository at this point in the history
[5.2] Fix PHPDoc collection union() return type
  • Loading branch information
GrahamCampbell committed May 14, 2016
2 parents d06c52a + 0fecd60 commit 5fa3e4e
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 5fa3e4e

Please sign in to comment.