golden hour
/opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Arrays
⬆️ Go Up
Upload
File/Folder
Size
Actions
ArrayIndentStandard.xml
2.36 KB
Del
OK
DisallowLongArraySyntaxStandard.xml
512 B
Del
OK
DisallowShortArraySyntaxStandard.xml
510 B
Del
OK
Edit: DisallowShortArraySyntaxStandard.xml
<documentation title="Long Array Syntax"> <standard> <![CDATA[ Long array syntax must be used to define arrays. ]]> </standard> <code_comparison> <code title="Valid: Long form of array."> <![CDATA[ $arr = <em>array(</em> 'foo' => 'bar', <em>)</em>; ]]> </code> <code title="Invalid: Short form of array."> <![CDATA[ $arr = <em>[</em> 'foo' => 'bar', <em>]</em>; ]]> </code> </code_comparison> </documentation>
Save