Skip to content
This repository has been archived by the owner on May 16, 2018. It is now read-only.

Wrong PHPDoc in Zend_Mail #677

Closed
demichl68 opened this issue Mar 16, 2016 · 1 comment
Closed

Wrong PHPDoc in Zend_Mail #677

demichl68 opened this issue Mar 16, 2016 · 1 comment
Assignees
Milestone

Comments

@demichl68
Copy link

In line 1156 of Zend_Mail:

/**
     * Return mail headers
     *
     * @return void
     */
    public function getHeaders()
    {
        return $this->_headers;
    }
@return void

should obv. be

@return array
@froschdesign
Copy link
Member

@demichl68
Thanks for reporting!

tavy315 added a commit to tavy315/zendframework1 that referenced this issue Apr 14, 2016
dgiotas pushed a commit to tripsta/zf1 that referenced this issue Jun 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants