-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11314 from nextcloud/bugfix/noid/update-openapi-e…
…xtractor Update openapi-extractor to latest
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openapi-extractor
updated
21 files
+67 −1 | README.md | |
+12 −11 | composer.json | |
+21 −19 | composer.lock | |
+125 −94 | generate-spec | |
+27 −15 | merge-specs | |
+150 −0 | src/ControllerMethod.php | |
+68 −0 | src/ControllerMethodParameter.php | |
+18 −0 | src/ControllerMethodResponse.php | |
+151 −0 | src/Helpers.php | |
+42 −0 | src/Logger.php | |
+9 −0 | src/LoggerColor.php | |
+241 −0 | src/OpenApiType.php | |
+279 −0 | src/ResponseType.php | |
+47 −0 | src/Route.php | |
+75 −0 | src/StatusCodes.php | |
+0 −222 | src/controller.php | |
+0 −124 | src/helpers.php | |
+0 −208 | src/openapi_type.php | |
+0 −290 | src/return_type.php | |
+0 −41 | src/route.php | |
+0 −72 | src/status_code.php |