mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 23:59:26 +03:00
added break
This commit is contained in:
parent
27402d7bb6
commit
8521fdc7ea
@ -105,6 +105,7 @@ final class FormModelDescriber implements ModelDescriberInterface, ModelRegistry
|
||||
$model = new Model(new Type(Type::BUILTIN_TYPE_OBJECT, false, $subType), null);
|
||||
$property->getItems()->setRef($this->modelRegistry->register($model));
|
||||
$property->setExample(sprintf('[{%s}]', $subType));
|
||||
break;
|
||||
}
|
||||
|
||||
if ('entity' === $blockPrefix) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user