driftingly / rector-laravel

Rector upgrades rules for Laravel
http://getrector.org
MIT License
469 stars 48 forks source link

Keep PhpDocs when migrating to the new casts() method #198

Closed GeniJaho closed 4 months ago

GeniJaho commented 4 months ago

This just copies the PHPDoc from the $casts property, and replaces the @var annotation with @return.

driftingly commented 4 months ago

Thanks @GeniJaho