opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Squiz
/
Tests
/
Classes
➕ New
📤 Upload
✎ Editing:
LowercaseClassKeywordsUnitTest.inc.fixed
← Back
<?php abstract class MyClass extends MyClass {} final class MyClass implements MyInterface {} interface MyInterface {} trait MyTrait {} enum MyEnum implements Colorful {} readonly class MyClass { var $myVar = null; const myConst = true; } $a = new class() {}; $anon = new readonly class() {}; class FinalProperties { final int $prop = 1; } abstract class AbstractProperties { abstract int $prop {set;} }
💾 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