Skip to content

Commit

Permalink
handle itemSchema error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Hannaford committed Jan 19, 2016
1 parent 1e58577 commit e3e48e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api-docs/template/sub_param_macros.twig
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{{ _self.iterate_sub_params(sub_param.properties, 'false', full_name) }}
{% endif %}
{% elseif sub_param.type == 'array' %}
{% if sub_params.itemSchema is null %}
{% if sub_param.itemSchema is null %}
{% set type = 'array' %}
{% else %}
{% set subType = sub_param.itemSchema.type %}
Expand Down

0 comments on commit e3e48e9

Please sign in to comment.