Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 23, 2017
1 parent 6c0dd48 commit 3a833b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Illuminate/Support/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -1545,11 +1545,8 @@ public function zip($items)
/**
* Pad collection to the specified length with a value.
*
* e.g. new Collection([1, 2, 3])->pad(5,0);
* => [1, 2, 3, 0, 0]
*
* @param int $size
* @param mixed $value
* @param mixed $value
* @return static
*/
public function pad($size, $value)
Expand Down

0 comments on commit 3a833b3

Please sign in to comment.