kubawerlos/php-cs-fixer-custom-fixers

Remove redundant params from PHPDoc

Closed this issue · 0 comments

 /**
  * @param $foo
- * @param $bar
  */
 function x($foo) {}