📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 23:32:25
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
tests
/
EndToEnd
/
Fixtures
📍 /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/tests/EndToEnd/Fixtures
🔄 Refresh
✏️
Editing: ClassTwoWithoutStyleError.inc
Read Only
<?php /** * Class containing no style errors. * * @copyright 2025 PHPCSStandards and contributors * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence */ namespace PHP_CodeSniffer\Tests\EndToEnd\Fixtures; class ClassTwoWithoutStyleError { /** * A property. * * @var string */ private $bar = 'baz'; }
💾 Save Changes
❌ Cancel