Skip to content

Commit 8e78b15

Browse files
committed
Method update
1 parent 9598197 commit 8e78b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,14 +494,14 @@ $renamed = Arr::renameKeys($user, [
494494

495495
**Description:**
496496

497-
Order an array based on an array of keys in dot notation.
497+
Order an array based on an array of keys.
498498

499499
Keys from the `$order` array which do not exist in the original array will be ignored.
500500

501501
**Parameters:**
502502

503503
- `$array` (array): Original array
504-
- `$order` (array): Array of keys in dot notation in the order to be returned
504+
- `$order` (array): Array of keys in the order to be returned
505505

506506
**Returns:**
507507

0 commit comments

Comments
 (0)