==================== Rule ``phpdoc_trim`` ==================== PHPDoc should start and end with content, excluding the very first and last line of the docblocks. Examples -------- Example #1 ~~~~~~~~~~ .. code-block:: diff --- Original +++ New @@ -1,8 +1,5 @@