Laravel Pint runs CS Fixer to apply a clean code style.
Updating the Mixins keeps introducing code that does not agree with Pint.
The block starts with 2 empty lines which Pint removes,
The Pint adds an extra line between the blocks of @property-read and @method static blocks,
followed by another empty line above the line * @mixin \Eloquent
Laravel Pint runs CS Fixer to apply a clean code style. Updating the Mixins keeps introducing code that does not agree with Pint. The block starts with 2 empty lines which Pint removes, The Pint adds an extra line between the blocks of
@property-read
and@method static
blocks, followed by another empty line above the line* @mixin \Eloquent
Steps to reproduce:
composer require laravel/pint --dev
php artisan ide-helper:models --write
./vendor/bin/pint app/Models
Ideally step 3 should result in 0 file changes.