1
0
Fork 0

returns a void

pull/281/head
Trevor Bortins 2017-02-06 14:39:03 -08:00
parent 0a69c7292a
commit 16e27f90c1
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ function stripStringOverlap(string $a, string $b): string
* in ascending order. * in ascending order.
* *
* @param array * @param array
* @return array * @return void
*/ */
function sortUrisLevelOrder(&$uriList) function sortUrisLevelOrder(&$uriList)
{ {