mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Whitespace removal
This commit is contained in:
parent
c1209a1a7a
commit
f7addabcf2
1 changed files with 0 additions and 1 deletions
|
@ -480,7 +480,6 @@ class RequestHandlerComponent extends Component {
|
|||
return ($types[0] == $accepts[0]);
|
||||
}
|
||||
|
||||
|
||||
$intersect = array_values(array_intersect($accepts, $types));
|
||||
if (empty($intersect)) {
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue