Skip to content

Commit

Permalink
Avoid duplicate anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Nov 6, 2024
1 parent 464c52d commit 1184eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Supported PHP versions:
* [Order](#order-by)
* [Shorten](#shorten)
* [Test](#test)
* [Transform](#transform)
* [Mutate](#mutate)
* [Misc](#misc)
* [Documentation](#method-documentation)
* [Custom methods](#custom-methods)
Expand Down Expand Up @@ -438,7 +438,7 @@ will return:
* [strStarts()](#strstarts) : Tests if at least one of the entries starts with at least one of the passed strings
* [strStartsAll()](#strstartsall) : Tests if all of the entries starts with one of the passed strings

### Transform
### Mutate

* [cast()](#cast) : Casts all entries to the passed type
* [chunk()](#chunk) : Splits the map into chunks
Expand Down

0 comments on commit 1184eca

Please sign in to comment.