File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 3333class GetterMetadata extends MemberMetadata
3434{
3535 /**
36- * Constructor.
37- *
3836 * @param string $class The class the getter is defined on
3937 * @param string $property The property which the getter returns
4038 * @param string|null $method The method that is called to retrieve the value being validated (null for auto-detection)
Original file line number Diff line number Diff line change @@ -62,8 +62,6 @@ abstract class MemberMetadata extends ElementMetadata implements PropertyMetadat
6262 private $ reflMember = array ();
6363
6464 /**
65- * Constructor.
66- *
6765 * @param string $class The name of the class this member is defined on
6866 * @param string $name The name of the member
6967 * @param string $property The property the member belongs to
Original file line number Diff line number Diff line change 2929class PropertyMetadata extends MemberMetadata
3030{
3131 /**
32- * Constructor.
33- *
3432 * @param string $class The class this property is defined on
3533 * @param string $name The name of this property
3634 *
You can’t perform that action at this time.
0 commit comments