golden hour
/opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/tests/EndToEnd/Fixtures
⬆️ Go Up
Upload
File/Folder
Size
Actions
ClassOneWithoutStyleError.inc
403 B
Del
OK
ClassTwoWithoutStyleError.inc
380 B
Del
OK
ClassWithStyleError.inc
512 B
Del
OK
endtoend.xml.dist
400 B
Del
OK
Edit: 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