Seditio Source
Root
|
.
/
othercms
/
croogo-4.0.7
/
vendor
/
cakephp
/
cakephp-codesniffer
/
CakePHP
/
Tests
/
Formatting
/
UseInAlphabeticalOrderUnitTest.3.inc
<?php
namespace BryanCrowe;
use Exception;
use RuntimeException;
use function compact;
class Foo
{
use FirstTrait;
use LogTrait;
}