PHP 8.2.31
Preview: ClassWithStyleError.inc Size: 512 B
//opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/tests/EndToEnd/Fixtures/ClassWithStyleError.inc

<?php

/**
 * Class containing a simple style error that phpcbf can fix.
 *
 * @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 ClassWithStyleError
{
    /**
     * The bracket for this function is misaligned and this can be automatically fixed by phpcbf.
     *
     * @return string
     */
    private function foo() {
        return 'bar';
    }
}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
403 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
380 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
512 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download
400 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).