|
@@ -53,14 +53,6 @@ class DocBlocks
|
|
|
*/
|
|
|
public function getPriority()
|
|
|
{
|
|
|
- /*
|
|
|
- * Should be run before all other docblock fixers apart from the
|
|
|
- * phpdoc_to_comment fixer to make sure all fixers apply correct
|
|
|
- * indentation to new code they add, and the phpdoc_params fixer only
|
|
|
- * works on correctly indented docblocks. We also need to be running
|
|
|
- * after the psr2 indentation fixer for obvious reasons.
|
|
|
- * comments.
|
|
|
- */
|
|
|
return 20;
|
|
|
}
|
|
|
|