Skip to content

Conversation

TomasVotruba
Copy link
Member

No description provided.

@TomasVotruba TomasVotruba enabled auto-merge (squash) May 13, 2025 13:07
@TomasVotruba TomasVotruba merged commit 5734157 into main May 13, 2025
6 checks passed
@TomasVotruba TomasVotruba deleted the tv-skip-params branch May 13, 2025 13:07

$docblockLines = explode("\n", $originalDocContent);
foreach ($docblockLines as $key => $docblockLine) {
if (! str_contains($docblockLine, '@var')) {
Copy link
Contributor

Choose a reason for hiding this comment

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

might also be worth supporting phpstan-var and psalm-var

Copy link
Member Author

Choose a reason for hiding this comment

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

That would be welcomed 👍

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

Labels

None yet

2 participants