📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 22:31:19
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
tests
/
EndToEnd
/
Fixtures
✏️
Editing: ClassTwoWithoutStyleError.inc
<?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