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

Fixes invalid code in Php caused by /*/*` in property description #5770

Merged
merged 8 commits into from
Nov 14, 2024

Conversation

timayabi2020
Copy link
Contributor

Fixes #5635
Property descriptions containing /*/* causes malformed document in generated Php classes with properties and descriptions.

@timayabi2020 timayabi2020 requested a review from a team as a code owner November 13, 2024 14:27
@timayabi2020 timayabi2020 linked an issue Nov 13, 2024 that may be closed by this pull request
baywet
baywet previously approved these changes Nov 13, 2024
@baywet
Copy link
Member

baywet commented Nov 13, 2024

@timayabi2020 the integration tests are still failing because of a ; after removing the suppression, can you have a look into it please?
if you need guidance on how to investigate integration tests, please connect with @andrueastman

baywet
baywet previously approved these changes Nov 14, 2024
Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

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

Thank you for making the changes!

@baywet
Copy link
Member

baywet commented Nov 14, 2024

Actually @timayabi2020 this unveiled another issue with string imports. https://github.com/microsoft/kiota/actions/runs/11835775961/job/32979477737?pr=5770

Can you have a look at that as well please?

Capturing the defect issue and adding a suppression is also an acceptable outcome to get this PR merged.

@timayabi2020 timayabi2020 merged commit 7dedd9a into main Nov 14, 2024
214 checks passed
@timayabi2020 timayabi2020 deleted the 5635-php---doc-comments-with--lead-to-invalid-code branch November 14, 2024 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done ✔️
Development

Successfully merging this pull request may close these issues.

PHP - doc comments with */ lead to invalid code
2 participants