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 b174bdb commit 09cb95cCopy full SHA for 09cb95c
flight/net/Response.php
@@ -237,7 +237,7 @@ public function getHeaders(): array
237
*
238
* @return $this Self reference
239
*/
240
- public function write($str, bool $overwrite = false): self
+ public function write(string $str, bool $overwrite = false): self
241
{
242
if ($overwrite === true) {
243
$this->clearBody();
0 commit comments