BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Docs
/
WhiteSpace
📤 Upload
📝 New File
📁 New Folder
Close
Editing: HereNowdocIdentifierSpacingStandard.xml
<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>
Save
Cancel