Skip to content

Commit

Permalink
Update Psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Aug 1, 2021
1 parent 5efb9d7 commit 8da1625
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"require-dev": {
"phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
"php-coveralls/php-coveralls": "^2.2",
"vimeo/psalm": "4.6.4"
"vimeo/psalm": "4.9.2"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 0 additions & 3 deletions src/Internal/Calculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -677,9 +677,6 @@ private function bitwise(string $operator, string $a, string $b) : string
}

/**
* @psalm-suppress InvalidOperand
* @see https://github.com/vimeo/psalm/issues/4456
*
* @param string $number A positive, binary number.
*
* @return string
Expand Down

0 comments on commit 8da1625

Please sign in to comment.