============================ Rule ``heredoc_indentation`` ============================ Heredoc/nowdoc content must be properly indented. Requires PHP >= 7.3. Examples -------- Example #1 ~~~~~~~~~~ .. code-block:: diff --- Original +++ New @@ -1,5 +1,5 @@