Closed TangoMan75 closed 3 years ago
Scale down items variable scope to method level.
items
Refactor parseString method.
parseString
$i
Remove unnecessary ksort in parseString method.
ksort
$items
Scale down
items
variable scope to method level.Refactor
parseString
method.$i
increment variable with array.Remove unnecessary
ksort
inparseString
method.$items
array indexes are numeric,ksort
returns the exact same array everytime.