mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 19:12:42 +00:00
Unused variables in Network removed
This commit is contained in:
parent
255dc1c44b
commit
ad73c7038c
3 changed files with 0 additions and 3 deletions
|
@ -350,7 +350,6 @@ class HttpResponse implements ArrayAccess {
|
|||
if ($hex == false) {
|
||||
return $escape;
|
||||
}
|
||||
$regexChars = '';
|
||||
foreach ($escape as $key => $char) {
|
||||
$escape[$key] = '\\x' . str_pad(dechex(ord($char)), 2, '0', STR_PAD_LEFT);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue