Skip to content

Conversation

@simivar
Copy link
Contributor

@simivar simivar commented Jan 30, 2025

This is a failing test for #389, please see it for more details.

public function clearParsedClassDescriptions(): void
{
$this->classDescriptions = [];
$this->classDescriptionBuilder->clear();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@AlessandroMinoccheri this one line is basically the fix for this issue that I reported 2 years ago 🥹. In order for the tests to run on pipelines I had to run CS Fixer too. Please review

Copy link
Member

Choose a reason for hiding this comment

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

@simivar the build pipeline is fixed and phpcsfixer is pinned to a specific version so this should not produce different result based on the php version anymore. Would you mind rebasing to master and committing only the line that fix the problem you mention? Thanks! 🙇

Copy link
Contributor Author

@simivar simivar Feb 23, 2025

Choose a reason for hiding this comment

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

@micheleorselli the Mr now contains only necessary bugfix changes

@micheleorselli micheleorselli merged commit 13d5528 into phparkitect:main Feb 26, 2025
16 checks passed
@micheleorselli
Copy link
Member

thank you @simivar!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants