Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(OpenAPI): Fix docs to be parsable with phpdoc-parser v2 #14549

Merged
merged 2 commits into from
Mar 3, 2025

Conversation

provokateurin
Copy link
Member

☑️ Resolves

Required fixes to make parsing work with nextcloud/openapi-extractor#214.

@provokateurin provokateurin changed the title fix(OpenAPI): Fix docs to be parsable with phpdoc-parser fix(OpenAPI): Fix docs to be parsable with phpdoc-parser v2 Mar 3, 2025
@@ -1892,11 +1892,11 @@ public function verifyDialInPin(string $pin): DataResponse {
* @param array{actorId?: string, actorType?: string, attendeeId?: int} $options Additional details to verify the validity of the request
* @return DataResponse<Http::STATUS_OK, TalkRoom, array{}>|DataResponse<Http::STATUS_BAD_REQUEST|Http::STATUS_UNAUTHORIZED|Http::STATUS_NOT_FOUND|Http::STATUS_NOT_IMPLEMENTED, null, array{}>
*
* 200: Participant created successfully
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is so annoying 🙈 PHPStorm is double spacing when copy pasting :P

Signed-off-by: Joas Schilling <[email protected]>
@nickvergessen nickvergessen enabled auto-merge March 3, 2025 15:44
@nickvergessen nickvergessen merged commit 4c013ab into main Mar 3, 2025
78 checks passed
@nickvergessen nickvergessen deleted the fix/openapi/docs branch March 3, 2025 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants