Skip to content

Commit 585426b

Browse files
committed
minor #24342 removed useless PHPDoc (OskarStark)
This PR was squashed before being merged into the 2.7 branch (closes #24342). Discussion ---------- removed useless PHPDoc | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | n/a Commits ------- 5ee9043d8b removed useless PHPDoc
2 parents dc21259 + 7a63fe3 commit 585426b

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)