<?php class A { /** a */ public /** b */ int /** c */ $property /** d */; } echo (new ReflectionClass('A'))->getProperties()[0]->getDocComment();
You have javascript disabled. You will not be able to edit any code.