Skip to content

Commit 735a7bd

Browse files
Merge branch '2.8' into 3.3
* 2.8: [2.7] More docblock fixes
2 parents 761aa50 + 1336264 commit 735a7bd

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Mapping/ClassMetadata.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
class ClassMetadata implements ClassMetadataInterface
2020
{
2121
/**
22-
* @var string
23-
*
2422
* @internal This property is public in order to reduce the size of the
2523
* class' serialized representation. Do not access it. Use
2624
* {@link getName()} instead.

Normalizer/GetSetMethodNormalizer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ private function supports($class)
7575
/**
7676
* Checks if a method's name is get.* or is.*, and can be called without parameters.
7777
*
78-
* @param \ReflectionMethod $method the method to check
79-
*
8078
* @return bool whether the method is a getter or boolean getter
8179
*/
8280
private function isGetMethod(\ReflectionMethod $method)

0 commit comments

Comments
 (0)