rector-laravel
rector-laravel copied to clipboard
Add RemoveMigrationDocBlockRector rector
Cleans up useless phpdoc:
-/**
- * Run the migrations.
- *
- * @return void
- */
public function up()
{
// ...
}
-/**
- * Reverse the migrations
- *
- * @return void
- */
public function down()
{
// ...
}