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

#87 - no empty lines after docblocks #120

Merged
merged 1 commit into from
May 14, 2024

Conversation

krzysztofrewak
Copy link
Member

With this PR codestyle package should not accept empty lines between docblocks and other elements.

In general this:

/**
 * @property Uuid $user_id
 * @property Uuid $id
 * (...)
 */

class Alert extends Model
{

should be replaces with this:

/**
 * @property Uuid $user_id
 * @property Uuid $id
 * (...)
 */
class Alert extends Model
{

Ref:

@krzysztofrewak krzysztofrewak merged commit 119b6eb into main May 14, 2024
3 checks passed
@krzysztofrewak krzysztofrewak deleted the no-empty-lines-after-docblocks branch May 14, 2024 12:02
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.

None yet

3 participants