PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
tests
/
EndToEnd
/
Fixtures
<?php /** * Class containing no style errors. * * @copyright 2025 PHPCSStandards and contributors * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ namespace PHP_CodeSniffer\Tests\EndToEnd\Fixtures; class ClassTwoWithoutStyleError { /** * A property. * * @var string */ private $bar = 'baz'; }
[-] ClassOneWithoutStyleError.inc
[edit]
[-] ClassWithStyleError.inc
[edit]
[+]
..
[-] endtoend.xml.dist
[edit]
[-] ClassTwoWithoutStyleError.inc
[edit]