File "UseDeclarationUnitTest.12.inc.fixed"

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

<?php
use Foo\Bar; 

/*
 * This multi-line comment shouldn't be allowed here.
 */

class Baz
{

}