rector-laravel icon indicating copy to clipboard operation
rector-laravel copied to clipboard

Add RemoveMigrationDocBlockRector rector

Open glensc opened this issue 7 months ago • 2 comments

Cleans up useless phpdoc:

-/**
- * Run the migrations.
- *
- * @return void
- */
public function up()
{
    // ...
}

-/**
- * Reverse the migrations
- *
- * @return void
- */
public function down()
{
    // ...
}

glensc avatar Jun 05 '25 07:06 glensc