Refactor
This commit is contained in:
parent
c0e23cebe0
commit
fa8662a0d1
1 changed files with 3 additions and 3 deletions
|
@ -125,7 +125,7 @@ class URL
|
|||
|
||||
uasort(
|
||||
$getParameters,
|
||||
function($a, $b) {
|
||||
function ($a, $b) {
|
||||
return strlen($a) <=> strlen($b);
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue