File "B.inc"

Full Path: /home/warrior1/public_html/wp-content/themes/storefront/vendor/squizlabs/php_codesniffer/tests/Core/Autoloader/TestFiles/B.inc
File size: 93 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace PHP_CodeSniffer\Tests\Core\Autoloader;
require 'A.inc';
class B extends A {}