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

Fix annotation on Zend\Mail\Message::getHeaderByName #5939

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion library/Zend/Mail/Message.php
Expand Up @@ -438,7 +438,7 @@ public function getBodyText()
*
* @param string $headerName
* @param string $headerClass
* @return \Zend\Mail\Header\HeaderInterface
* @return Header\HeaderInterface|\ArrayIterator header instance or collection of headers
*/
protected function getHeaderByName($headerName, $headerClass)
{
Expand Down