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 a9e05a3 commit 7003c0cCopy full SHA for 7003c0c
src/Module.php
@@ -111,7 +111,7 @@ public function _before(TestInterface $test): void
111
*/
112
public function runPsalmOn(string $filename, array $options = []): void
113
{
114
- $suppressProgress = $this->packageSatisfiesVersionConstraint('vimeo/psalm', '>=3.4.0');
+ $suppressProgress = !$this->packageSatisfiesVersionConstraint('vimeo/psalm', '<3.4.0');
115
116
$options = array_map('escapeshellarg', $options);
117
$cmd = $this->getPsalmPath()
0 commit comments