Removes extra blank lines after summary and after description in PHPDoc.
--- Original
+++ New
<?php
/**
* Summary.
*
- *
* Description that contain 4 lines,
*
*
* while 2 of them are blank!
*
- *
* @param string $foo
- *
*
* @dataProvider provideFixCases
*/
function fnc($foo) {}
The rule is part of the following rule sets:
PhpCsFixer\Fixer\Phpdoc\PhpdocTrimConsecutiveBlankLineSeparationFixer