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