File "UseDeclarationUnitTest.15.inc"

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

<?php

use BarClass as Bar;
use My\Full\Classname as Another;
use ArrayObject;

namespace AnotherProject;

$foo = 'bar';