Skip to content

Remove Extra Blank Lines#29

Merged
barryvdh merged 1 commit into
barryvdh:masterfrom
USSoccerFederation:no-empty-lines
Jul 17, 2025
Merged

Remove Extra Blank Lines#29
barryvdh merged 1 commit into
barryvdh:masterfrom
USSoccerFederation:no-empty-lines

Conversation

@jrich85

@jrich85 jrich85 commented Jun 19, 2025

Copy link
Copy Markdown

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.
@barryvdh barryvdh merged commit d103774 into barryvdh:master Jul 17, 2025
16 checks passed
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.

2 participants