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