opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Docs
/
WhiteSpace
➕ New
📤 Upload
✎ Editing:
HereNowdocIdentifierSpacingStandard.xml
← Back
<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 Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel