opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Tests
/
WhiteSpace
➕ New
📤 Upload
✎ Editing:
ScopeIndentUnitTest.3.inc.fixed
← Back
<?php // phpcs:set Generic.WhiteSpace.ScopeIndent tabIndent false // phpcs:set Generic.WhiteSpace.ScopeIndent exact true function test() { echo 'test'; echo 'test2'; echo 'test3'; if (true) { echo 'test3'; } echo 'test3'; $x = f1( 'test1', 'test2', 'test3' ); } if ($foo) { [ 'enabled' => $enabled, 'compression' => $compression, ] = $options; } $this->foo() ->bar() ->baz(); // Issue squizlabs/PHP_CodeSniffer#3808 function test() { yield from [ 3, 4 ]; }
💾 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