We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8f4dd commit 875ae73Copy full SHA for 875ae73
src/Module.php
@@ -110,7 +110,7 @@ public function _before(TestInterface $test): void
110
*/
111
public function runPsalmOn(string $filename, array $options = []): void
112
{
113
- $suppressProgress = $this->packageSatisfiesVersionConstraint('vimeo/psalm', '>=3.4.0');
+ $suppressProgress = !$this->packageSatisfiesVersionConstraint('vimeo/psalm', '<3.4.0');
114
115
$options = array_map('escapeshellarg', $options);
116
$cmd = $this->getPsalmPath()
0 commit comments