A
Size: a a a
ИЛ
ИЛ
OL
ClassMetadataBuilder
S)
ClassMetadataBuilder
AD
ClassMetadataBuilder
AD
AD
S)
S)
class Test {
public function __construct(
/** @SomeAnnotation() */
public $annotatedProperty
) {}
}
$rp = new ReflectionProperty(Test::class, 'annotatedProperty');
echo $rp->getDocComment(); // "/** @SomeAnnotation */"
JK
php ./bin/console —help
php ./bin/console list
BB
BT
BT
BB
DM