njuhel/php-swagger-to-md

View on GitHub
src/Templates/ObjectContact

Summary

Maintainability
Test Coverage
{% if url|length > 0 and email|length > 0 %}
* Contact {{ name ?? ''}} : {{ email }} - {{ url }}
{% else %}
* Contact {{ name ?? '' }} : {{ email }}{{ url }}
{% endif %}
{% if externalDocs|length > 0 %}
    * Addition note : {{ externalDocs }}
{% endif %}