Commit 5ca352c
committed
Remove unnecessary Psalm suppressions from ProgressBarProgress
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.1 parent efbe06b commit 5ca352c
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 12 | | |
17 | 13 | | |
18 | 14 | | |
| |||
0 commit comments