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

Short description required for remove method #139

Open
trylika opened this issue Sep 28, 2015 · 0 comments
Open

Short description required for remove method #139

trylika opened this issue Sep 28, 2015 · 0 comments

Comments

@trylika
Copy link
Contributor

trylika commented Sep 28, 2015

Short description is not required for Add'er, but required for Remove'er, should be consistency here

    /**
     * @param Foo $foo
     *
     * @return Object
     */
    public function addFoo($foo)
    {
        ...
    }

    /**
     * @param Foo $foo
     *
     * @return Object
     */
    public function removeFoo($foo)
    {
       ...
    }
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

1 participant