Skip to content

Commit 5668ae4

Browse files
committed
Fix type
1 parent a74138b commit 5668ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function getQuery(string $key = null)
8181
return $this->request->getQuery(...func_get_args());
8282
}
8383

84-
public function getRawBody(): string
84+
public function getRawBody(): ?string
8585
{
8686
return $this->request->getRawBody();
8787
}

0 commit comments

Comments
 (0)