mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +03:00
fix #226
This commit is contained in:
parent
96b40b8a8c
commit
4fb050175a
@ -134,8 +134,6 @@ class FormTypeParser implements ParserInterface
|
|||||||
'description' => $config->getAttribute('description'),
|
'description' => $config->getAttribute('description'),
|
||||||
'readonly' => $config->getDisabled(),
|
'readonly' => $config->getDisabled(),
|
||||||
);
|
);
|
||||||
} else {
|
|
||||||
$parameters[$name]['class'] = $type;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user