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

Bug: dependencies leak between files #445

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

simivar
Copy link
Contributor

@simivar simivar commented Jan 30, 2025

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

@@ -228,6 +228,7 @@ public function getClassDescriptions(): array
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

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.

1 participant