doc/rules/phpdoc/phpdoc_trim.rst
phpdoc_trimPHPDoc should start and end with content, excluding the very first and last line of the docblocks.
Example #1
.. code-block:: diff
--- Original
+++ New
<?php
/**
- *
* Foo must be final class.
- *
- *
*/
final class Foo {}
Rule sets
---------
The rule is part of the following rule sets:
- `@PhpCsFixer <./../../ruleSets/PhpCsFixer.rst>`_
- `@Symfony <./../../ruleSets/Symfony.rst>`_
References
----------
- Fixer class: `PhpCsFixer\\Fixer\\Phpdoc\\PhpdocTrimFixer <./../../../src/Fixer/Phpdoc/PhpdocTrimFixer.php>`_
- Test class: `PhpCsFixer\\Tests\\Fixer\\Phpdoc\\PhpdocTrimFixerTest <./../../../tests/Fixer/Phpdoc/PhpdocTrimFixerTest.php>`_
The test class defines officially supported behaviour. Each test case is a part of our backward compatibility promise.