Skip to content

Commit

Permalink
update psalm and psalm/plugin-symfony (#3975)
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Oct 19, 2020
1 parent 15d718b commit a4d4fab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -17,8 +17,8 @@
"phpstan/phpstan-phpunit": "0.12.16",
"phpunit/phpunit": "^9.3",
"psalm/plugin-phpunit": "0.12.2",
"psalm/plugin-symfony": "1.4.5",
"vimeo/psalm": "3.16"
"psalm/plugin-symfony": "1.5.0",
"vimeo/psalm": "3.17.2"
},
"replace": {
"erusev/parsedown": "1.7.4",
Expand Down
2 changes: 2 additions & 0 deletions redaxo/src/core/lib/util/socket/socket_response.php
Expand Up @@ -198,6 +198,8 @@ public function getBufferedBody($length = 1024)
public function getBody()
{
if (null === $this->body) {
$this->body = '';

while (false !== ($buf = $this->getBufferedBody())) {
$this->body .= $buf;
}
Expand Down

0 comments on commit a4d4fab

Please sign in to comment.