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 c33ba7f + 0ab2d26 commit 1336264Copy full SHA for 1336264
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
@@ -162,8 +162,6 @@ private function supports($class)
162
163
* Checks if a method's name is get.* or is.*, and can be called without parameters.
164
*
165
- * @param \ReflectionMethod $method the method to check
166
167
* @return bool whether the method is a getter or boolean getter
168
*/
169
private function isGetMethod(\ReflectionMethod $method)
0 commit comments