Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
izica committed Mar 28, 2019
1 parent 115ec00 commit 8b65119
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ $collection = PhpCollection:collect($products)->groupBy("category_id")->all();
```

#### find(function($item))
#### some($value | function($item)) OR contains($value | function($item)))
#### some($value | function($item)) OR contains($value | function($item))
#### every(function($item))
#### sort("" | $key | function($item))
#### values()
Expand All @@ -263,8 +263,7 @@ $collection = PhpCollection:collect($products)->groupBy("category_id")->all();
#### shuffle()
#### random()
#### chunk()
#### unique()
#### uniqueBy($key)
#### unique("" | $key | function($item))
#### collapse()
#### diff($array)
#### has($key)
Expand Down

0 comments on commit 8b65119

Please sign in to comment.