File "UseDeclarationUnitTest.16.inc"

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

<?php
use Vendor\Package\SomeNamespace\{
    SubnamespaceOne\ClassA,
    SubnamespaceOne\ClassB,
}

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