PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Docs
/
WhiteSpace
<documentation title="Heredoc Nowdoc Identifier Spacing"> <standard> <![CDATA[ There should be no space between the <<< and the heredoc/nowdoc identifier string. ]]> </standard> <code_comparison> <code title="Valid: No space between the <<< and the identifier string."> <![CDATA[ $heredoc = <em><<<EOD</em> some text EOD; ]]> </code> <code title="Invalid: Whitespace between the <<< and the identifier string."> <![CDATA[ $heredoc = <em><<< END</em> some text END; ]]> </code> </code_comparison> </documentation>
[-] DisallowSpaceIndentStandard.xml
[edit]
[-] DisallowTabIndentStandard.xml
[edit]
[+]
..
[-] SpreadOperatorSpacingAfterStandard.xml
[edit]
[-] ScopeIndentStandard.xml
[edit]
[-] ArbitraryParenthesesSpacingStandard.xml
[edit]
[-] HereNowdocIdentifierSpacingStandard.xml
[edit]
[-] LanguageConstructSpacingStandard.xml
[edit]
[-] IncrementDecrementSpacingStandard.xml
[edit]