====================== Rule ``phpdoc_indent`` ====================== Docblocks should have the same indentation as the documented subject. Examples -------- Example #1 ~~~~~~~~~~ .. code-block:: diff --- Original +++ New @@ -1,8 +1,8 @@