<?php /** * @property Foo $bar */ class Foo {} $refl = new ReflectionClass(Foo::class); var_dump($refl->getDocComment());
You have javascript disabled. You will not be able to edit any code.