Skip to content

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
@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.

4 participants