Seditio Source
Root
|
.
/
othercms
/
croogo-4.0.7
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
PSR2
/
Tests
/
Namespaces
/
UseDeclarationUnitTest.15.inc
<?php
use BarClass as Bar;
use My\Full\Classname as Another;
use ArrayObject;
namespace AnotherProject;
$foo = 'bar';