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

Too many empty lines escalate quickly #68

Open
migo315 opened this issue Jan 21, 2019 · 0 comments
Open

Too many empty lines escalate quickly #68

migo315 opened this issue Jan 21, 2019 · 0 comments

Comments

@migo315
Copy link
Contributor

migo315 commented Jan 21, 2019

Code:

    /**
     * Sets the default shipping address.
     *
     * @param Address $defaultShippingAddress
     *
     * 
     *
     * @return User
     */
    public function setDefaultShippingAddress($defaultShippingAddress): User
    {
        $this->defaultShippingAddress = $defaultShippingAddress;

        return $this;
    }

Error shown this singe line:

---------------------------------------------------------------------------------------------------
FOUND 40 ERRORS AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
 744 | ERROR | [x] There are too many empty lines in your doc-block!
---------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 40 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------
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