mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 19:19:29 +03:00
Merge pull request #874 from rmzamora/master
Fix error: Key "statusCodes" for array with keys...
This commit is contained in:
commit
463dea9af6
@ -179,7 +179,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<h4>
|
<h4>
|
||||||
{{ status_code }}
|
{{ status_code }}
|
||||||
{% if data.statusCodes[status_code] is defined %}
|
{% if data.statusCodes is defined and data.statusCodes[status_code] is defined %}
|
||||||
- {{ data.statusCodes[status_code]|join(', ') }}
|
- {{ data.statusCodes[status_code]|join(', ') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</h4>
|
</h4>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user