<?php

namespace Foo;

use Baz\FooTrait;

class Bar
{
    use SomeExistingTrait;
}