mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-03 22:03:33 +03:00
fixed cs
This commit is contained in:
parent
01fce41a0e
commit
ea3fb69627
1 changed files with 1 additions and 2 deletions
|
@ -70,7 +70,7 @@ class JmsMetadataParser implements ParserInterface
|
|||
'readonly' => $item->readOnly
|
||||
);
|
||||
|
||||
//check for nested classes w/ JMS metadata
|
||||
//check for nested classes with JMS metadata
|
||||
if ($dataType['class'] && null !== $this->factory->getMetadataForClass($dataType['class'])) {
|
||||
$params[$name]['children'] = $this->parse($dataType['class']);
|
||||
}
|
||||
|
@ -89,7 +89,6 @@ class JmsMetadataParser implements ParserInterface
|
|||
*/
|
||||
protected function processDataType($type)
|
||||
{
|
||||
|
||||
//could be basic type
|
||||
if ($this->isPrimitive($type)) {
|
||||
return array(
|
||||
|
|
Loading…
Add table
Reference in a new issue