mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +03:00
fixed cs
This commit is contained in:
parent
01fce41a0e
commit
ea3fb69627
@ -70,7 +70,7 @@ class JmsMetadataParser implements ParserInterface
|
|||||||
'readonly' => $item->readOnly
|
'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'])) {
|
if ($dataType['class'] && null !== $this->factory->getMetadataForClass($dataType['class'])) {
|
||||||
$params[$name]['children'] = $this->parse($dataType['class']);
|
$params[$name]['children'] = $this->parse($dataType['class']);
|
||||||
}
|
}
|
||||||
@ -89,7 +89,6 @@ class JmsMetadataParser implements ParserInterface
|
|||||||
*/
|
*/
|
||||||
protected function processDataType($type)
|
protected function processDataType($type)
|
||||||
{
|
{
|
||||||
|
|
||||||
//could be basic type
|
//could be basic type
|
||||||
if ($this->isPrimitive($type)) {
|
if ($this->isPrimitive($type)) {
|
||||||
return array(
|
return array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user