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

Commit

Permalink
Merge branch 'use-camelcase' of git://github.com/neeckeloo/zf2 into h…
Browse files Browse the repository at this point in the history
…otfix/3362

Conflicts:
	library/Zend/Http/Client/Cookies.php
	library/Zend/Http/Cookies.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 bcfe6a5

Please sign in to comment.