Skip to content

Conversation

@fain182
Copy link
Collaborator

@fain182 fain182 commented Dec 14, 2025

Fixes #299

The @psalm-suppress UndefinedDocblockClass and @psalm-suppress UndefinedClass annotations are no longer needed in ProgressBarProgress.php because:

  • All imported classes (OutputInterface, ProgressBar, NullOutput) are from symfony/console, which is a required dependency
  • CiDetector is from ondram/ci-detector, which is a required dependency
  • ClassSet and Progress are from the same project namespace
  • All type annotations in docblocks properly reference imported classes

All tests pass successfully after removing these suppressions.

Fixes #299

The @psalm-suppress UndefinedDocblockClass and @psalm-suppress UndefinedClass
annotations are no longer needed in ProgressBarProgress.php because:

- All imported classes (OutputInterface, ProgressBar, NullOutput) are from
  symfony/console, which is a required dependency
- CiDetector is from ondram/ci-detector, which is a required dependency
- ClassSet and Progress are from the same project namespace
- All type annotations in docblocks properly reference imported classes

All tests pass successfully after removing these suppressions.
@codecov
Copy link

codecov bot commented Dec 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.75%. Comparing base (f8978a3) to head (5ca352c).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #545   +/-   ##
=========================================
  Coverage     97.75%   97.75%           
  Complexity      616      616           
=========================================
  Files            80       80           
  Lines          1779     1779           
=========================================
  Hits           1739     1739           
  Misses           40       40           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@fain182 fain182 merged commit ec18b8b into main Dec 15, 2025
40 checks passed
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.

Remove psalm suppress errors

3 participants