Is it possible to delete/remove all PHPDoc from all files or File that we are working on?
I mean this things and all other comments like that PHPDoc etc
There are many options to consider:
php -w
to remove comments and whitespaces and then a PHP formatter in your IDE to produce readable code.