File "FileHeaderUnitTest.12.inc"

Full Path: /home/warrior1/public_html/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/PSR12/Tests/Files/FileHeaderUnitTest.12.inc
File size: 217 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
    echo 'Some content';
?>
<?php
/**
 * The header is not the first thing in the file.
 */

namespace Vendor\Package;

/**
 * FooBar is an example class.
 */
class FooBar
{
    // ... additional PHP code ...
}