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"));