fix array_multisort rest value

This commit is contained in:
ghost 2024-05-02 00:42:34 +03:00
parent 1d71d667bc
commit 2a5b6e0736

View File

@ -71,7 +71,8 @@ class Ratchet implements MessageComponentInterface
'name'
),
SORT_ASC,
SORT_STRING | SORT_NATURAL | SORT_FLAG_CASE
SORT_STRING | SORT_NATURAL | SORT_FLAG_CASE,
$this->_namespaces
);
}