Skip to content

Commit a8b61f2

Browse files
committed
Merge branch 'master' of https://github.com/KnifeLemon/core
2 parents 671fea0 + 5ccc8fb commit a8b61f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flight/net/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public function getHeaders(): array
237237
*
238238
* @return $this Self reference
239239
*/
240-
public function write(string $str, bool $overwrite = false): self
240+
public function write($str, bool $overwrite = false): self
241241
{
242242
if ($overwrite === true) {
243243
$this->clearBody();

0 commit comments

Comments
 (0)