Skip to content

Commit ec18b8b

Browse files
authored
Merge pull request #545 from phparkitect/claude/investigate-issue-299-Wmxre
Remove unnecessary Psalm suppressions from ProgressBarProgress
2 parents efbe06b + 5ca352c commit ec18b8b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/CLI/Progress/ProgressBarProgress.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
use Symfony\Component\Console\Output\NullOutput;
1010
use Symfony\Component\Console\Output\OutputInterface;
1111

12-
/**
13-
* @psalm-suppress UndefinedDocblockClass
14-
* @psalm-suppress UndefinedClass
15-
*/
1612
class ProgressBarProgress implements Progress
1713
{
1814
/** @var OutputInterface */

0 commit comments

Comments
 (0)