Example with line-break (#947)

This commit is contained in:
Allan 2021-06-07 05:10:36 +02:00 committed by GitHub
parent d0ec24bc56
commit 1594634cb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,9 @@
/**
* @OA\Info(
* title="Testing annotations from bugreports",
* version="1.0.0"
* version="1.0.0",
* description="NOTE:
This sentence is on a new line"
* )
*/

View File

@ -2,6 +2,7 @@ openapi: 3.0.0
info:
title: 'Testing annotations from bugreports'
version: 1.0.0
description: "NOTE:\nThis sentence is on a new line"
servers:
-
url: '{schema}://host.dev'