From 0d5c77e66899466f105adda0a6afbecf6785d350 Mon Sep 17 00:00:00 2001 From: Andre van Zuydam Date: Mon, 25 Mar 2019 00:20:53 +0200 Subject: [PATCH] Stable release Fixed a glitch generating swagger documentation --- Tina4/Routing.php | 18 +++++++++--------- readme.md | 1 + 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Tina4/Routing.php b/Tina4/Routing.php index 19a7a1ef..5c02d2a5 100644 --- a/Tina4/Routing.php +++ b/Tina4/Routing.php @@ -1,13 +1,13 @@ getDocComment(); preg_match_all('#@(.*?)\n#s', $doc, $annotations); diff --git a/readme.md b/readme.md index 389ef418..4d34a0d9 100644 --- a/readme.md +++ b/readme.md @@ -278,6 +278,7 @@ The following steps will establish the automated Swagger annotation ```php getSwagger("Some Name for the Swagger","Some other description","1.0.0"));