You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: