Browse Source

fix array_multisort rest value

main
ghost 7 months ago
parent
commit
2a5b6e0736
  1. 3
      src/Server/Ratchet.php

3
src/Server/Ratchet.php

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

Loading…
Cancel
Save