Skip to content

Commit

Permalink
Documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Aug 2, 2024
1 parent 647a201 commit 3990e64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2456,7 +2456,7 @@ a void return type and must/will always return something. Details about
[PHP arrow functions](https://www.php.net/manual/en/functions.arrow.php)


# implements()
### implements()

Tests if all entries in the map are objects implementing the given interface.

Expand Down Expand Up @@ -2521,7 +2521,7 @@ Map::from( ['1', '2'] )->in( 2, true );
```


## includes()
### includes()

Tests if the passed element or elements are part of the map.

Expand Down Expand Up @@ -5625,7 +5625,7 @@ Map::from( ['a' => 'B', 'b' => 'a'] )->uasort( function( $itemA, $itemB ) {
```


## uksort()
### uksort()

Sorts the map elements by their keys using a callback.

Expand Down

0 comments on commit 3990e64

Please sign in to comment.