<?phpnamespace SymfonyComponentRoutingTestsFixturesAnnotatedClasses;trait FooTrait{ public function doBar() { $baz = self::class; if (true) { } }}