Skip to content

Remove Extra Blank Lines #29

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jrich85
Copy link

@jrich85 jrich85 commented Jun 19, 2025

Correcting an issue where there are two empty lines, first with an extra space, when there is no text to display on the first line.

Ran into this issue using the ide-helper:models command. Found this post, and tracked it down to this being the culprit. Saw your comment here about removing those two lines that was never addressed and figured I'd take care of it.

Produces the expected result:

/**
 * @property int $id
 * @property int|null $user_id

instead of like before:

/**
 * 
 *
 * @property int $id
 * @property int|null $user_id

…tra space, when there is no text to display on the first line.
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

Successfully merging this pull request may close these issues.

1 participant