HEREDOC interfering with code indentation

后端 未结 6 1077
没有蜡笔的小新
没有蜡笔的小新 2020-12-03 10:48

I like the HEREDOC syntax, e.g. for edge cases of generated HTML that are not worth putting into a template.

The only thing that annoys me about it, though, is that

6条回答
  •  不思量自难忘°
    2020-12-03 11:09

    I wrote a function that allows you to indent as you wish. It's actually a pretty simple function. https://github.com/chiedolabs/moon-walk-php

    I like it because my code stays clean this way.

提交回复
热议问题