<?php trait FooTrait { } class Foo { use FooTrait; } function bar(FooTrait $foo): void { } bar(new Foo());
You have javascript disabled. You will not be able to edit any code.
There are `>1` results