Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/3362' into develop
Browse files Browse the repository at this point in the history
Forward port zendframework/zendframework#3362

Conflicts:
	library/Zend/Http/Client/Cookies.php
	library/Zend/Http/Cookies.php
	library/Zend/Soap/Client/Common.php
	library/Zend/Soap/Wsdl.php
  • Loading branch information
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Helper/HeadStyle.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,9 @@ public function itemToString(stdClass $item, $indent)
continue;
}
} else {
$media_types = explode(',', $value);
$mediaTypes = explode(',', $value);
$value = '';
foreach ($media_types as $type) {
foreach ($mediaTypes as $type) {
$type = trim($type);
if (!in_array($type, $this->mediaTypes)) {
continue;
Expand Down

0 comments on commit 5b33b5c

Please sign in to comment.