Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71c33c1 + 60b0773 commit 708639fCopy full SHA for 708639f
src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php
@@ -28,7 +28,6 @@ class ErrorChunk implements ChunkInterface
28
29
public function __construct(int $offset, \Throwable $error = null)
30
{
31
- $didThrow = false;
32
$this->offset = $offset;
33
$this->error = $error;
34
$this->errorMessage = null !== $error ? $error->getMessage() : 'Reading from the response stream reached the inactivity timeout.';
0 commit comments