diff --git a/src/Module.php b/src/Module.php index 93f5969..c265f61 100644 --- a/src/Module.php +++ b/src/Module.php @@ -111,7 +111,7 @@ public function _before(TestInterface $test): void */ public function runPsalmOn(string $filename, array $options = []): void { - $suppressProgress = $this->packageSatisfiesVersionConstraint('vimeo/psalm', '>=3.4.0'); + $suppressProgress = !$this->packageSatisfiesVersionConstraint('vimeo/psalm', '<3.4.0'); $options = array_map('escapeshellarg', $options); $cmd = $this->getPsalmPath()