You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2019. It is now read-only.
There was no example of a class that uses a trait in phpDocumentor, so it had to be simulated with a testclass. The trait that is used is vendor\symfony\dependency-injection\Symfony\Component\DependencyInjection\ContainerAwareTrait
This trait contains a property and a method. Both are visible in the documentation. But it isn't clear that a trait has been used.