[Cache] Add missing @internal tag on ProxyTrait

This commit is contained in:
Nicolas Grekas 2018-04-19 13:01:15 +02:00
parent e98454664a
commit 3d7c7cf39a

View File

@ -16,6 +16,8 @@ use Symfony\Component\Cache\ResettableInterface;
/**
* @author Nicolas Grekas <p@tchwork.com>
*
* @internal
*/
trait ProxyTrait
{