We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 761aa50 + 1336264 commit 735a7bdCopy full SHA for 735a7bd
Mapping/ClassMetadata.php
@@ -19,8 +19,6 @@
19
class ClassMetadata implements ClassMetadataInterface
20
{
21
/**
22
- * @var string
23
- *
24
* @internal This property is public in order to reduce the size of the
25
* class' serialized representation. Do not access it. Use
26
* {@link getName()} instead.
Normalizer/GetSetMethodNormalizer.php
@@ -75,8 +75,6 @@ private function supports($class)
75
76
* Checks if a method's name is get.* or is.*, and can be called without parameters.
77
*
78
- * @param \ReflectionMethod $method the method to check
79
80
* @return bool whether the method is a getter or boolean getter
81
*/
82
private function isGetMethod(\ReflectionMethod $method)
0 commit comments