Skip to content

Commit 8bacaad

Browse files
author
Barney Laurance
committed
Update generated docs: array SORT_REGULAR flag
1 parent f8b129e commit 8bacaad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generated/array.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,8 @@ function shuffle(array &$array): void
347347
* Sorting type flags:
348348
*
349349
*
350-
* SORT_REGULAR - compare items normally
351-
* (don't change types)
350+
* SORT_REGULAR - compare items normally;
351+
* the details are described in the comparison operators section
352352
*
353353
*
354354
* SORT_NUMERIC - compare items numerically

0 commit comments

Comments
 (0)