Skip to content

Commit 7cdc833

Browse files
committed
refactor: remove unnecessary assignment
1 parent af781c9 commit 7cdc833

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

system/HTTP/URI.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,8 +1095,6 @@ protected function parseStr(string $query): array
10951095
$return[hex2bin($key)] = $value;
10961096
}
10971097

1098-
$query = $params = null;
1099-
11001098
return $return;
11011099
}
11021100
}

0 commit comments

Comments
 (0)