File "SideEffectsUnitTest.6.inc"

Full Path: /home/warrior1/public_html/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Tests/Files/SideEffectsUnitTest.6.inc
File size: 168 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace Bar;

use some\foo\{ClassA, ClassB, ClassC as C};
use function some\foo\{fn_a, fn_b, fn_c};
use const some\foo\{ConstA, ConstB, ConstC};

class Bar {
}