mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
Merge pull request #874 from rmzamora/master
Fix error: Key "statusCodes" for array with keys...
This commit is contained in:
commit
463dea9af6
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@
|
|||
<td>
|
||||
<h4>
|
||||
{{ 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(', ') }}
|
||||
{% endif %}
|
||||
</h4>
|
||||
|
|
Loading…
Add table
Reference in a new issue