Skip to content

Commit 1336264

Browse files
Merge branch '2.7' into 2.8
* 2.7: [2.7] More docblock fixes
2 parents c33ba7f + 0ab2d26 commit 1336264

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
@@ -162,8 +162,6 @@ private function supports($class)
162162
/**
163163
* Checks if a method's name is get.* or is.*, and can be called without parameters.
164164
*
165-
* @param \ReflectionMethod $method the method to check
166-
*
167165
* @return bool whether the method is a getter or boolean getter
168166
*/
169167
private function isGetMethod(\ReflectionMethod $method)

0 commit comments

Comments
 (0)