File "UseDeclarationUnitTest.13.inc"

Full Path: /home/warrior1/public_html/wp-content-20241001222009/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.13.inc
File size: 116 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
use Foo\Bar; // trailing comment
/*
 * This multi-line comment shouldn't be allowed here.
 */

class Baz
{

}