mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
fixed cs
This commit is contained in:
parent
29c3798124
commit
a8b656f3a0
@ -162,6 +162,7 @@ class JmsMetadataParser implements ParserInterface
|
|||||||
{
|
{
|
||||||
$ref = new \ReflectionClass($className);
|
$ref = new \ReflectionClass($className);
|
||||||
$extracted = $this->commentExtractor->getDocCommentText($ref->getProperty($propertyName));
|
$extracted = $this->commentExtractor->getDocCommentText($ref->getProperty($propertyName));
|
||||||
|
|
||||||
return !empty($extracted) ? $extracted : "No description.";
|
return !empty($extracted) ? $extracted : "No description.";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user