Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variables named with "_" in begining #43

Open
THROYAN opened this issue Sep 26, 2014 · 1 comment
Open

Variables named with "_" in begining #43

THROYAN opened this issue Sep 26, 2014 · 1 comment

Comments

@THROYAN
Copy link

THROYAN commented Sep 26, 2014

I have variable _title. Functionally setter is right. But in line phpDoc is wrong, because parameter has name $title, not $_title!

    /**
     * Sets the title
     *
     * @param string $_title the  title 
     *
     * @return self
     */
    public function setTitle($title)
    {
        $this->_title = $title;

        return $this;
    }
@francodacosta
Copy link
Owner

@THROYAN
Hi, thanks for the report.
I will try to fix this when I can

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants