Skip to content

Commit 7a63fe3

Browse files
OskarStarkfabpot
authored andcommitted
removed useless PHPDoc
1 parent 9931c89 commit 7a63fe3

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Mapping/GetterMetadata.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
class 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)

Mapping/MemberMetadata.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Mapping/PropertyMetadata.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
class 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
*

0 commit comments

Comments
 (0)