mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-08 12:32:42 +00:00
Removing duplicate if statement
This commit is contained in:
parent
cfd9d8a815
commit
327f809016
1 changed files with 0 additions and 3 deletions
|
@ -768,9 +768,6 @@ class HttpSocket extends CakeSocket {
|
|||
return $query;
|
||||
}
|
||||
|
||||
if (is_array($query)) {
|
||||
return $query;
|
||||
}
|
||||
$parsedQuery = array();
|
||||
|
||||
if (is_string($query) && !empty($query)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue