File "UseDeclarationUnitTest.16.inc.fixed"

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

<?php
use Vendor\Package\SomeNamespace\SubnamespaceOne\ClassA;
use Vendor\Package\SomeNamespace\SubnamespaceOne\ClassB;

class Test {
	public function __construct() {
		$var = 1;
	}
}