Skip to content

Commit 862980a

Browse files
committed
Figured out puzzling psalm error we suppress, the reason is in the versions of php we declare to be compatible with: vimeo/psalm#3019 (comment)
1 parent e6a304f commit 862980a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Console/Progress.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ public function setMessage(string $message)
7272

7373
/**
7474
* @psalm-suppress ReservedWord
75+
* When we remove PHP 7.0 support from the composer.json file, we can remove this suppress line
7576
*/
7677
public function finish()
7778
{

0 commit comments

Comments
 (0)