mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-03 22:03:33 +03:00
fix cs
This commit is contained in:
parent
d129db9a53
commit
197cdfc989
1 changed files with 1 additions and 2 deletions
|
@ -165,8 +165,7 @@ class JmsMetadataParser implements ParserInterface
|
|||
$ref = new \ReflectionClass($className);
|
||||
if ($item instanceof VirtualPropertyMetadata) {
|
||||
$extracted = $this->commentExtractor->getDocCommentText($ref->getMethod($item->getter));
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
$extracted = $this->commentExtractor->getDocCommentText($ref->getProperty($item->name));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue