diff --git a/Message/ResponseAbstract.php b/Message/ResponseAbstract.php index a833680f1..ddf9525b2 100644 --- a/Message/ResponseAbstract.php +++ b/Message/ResponseAbstract.php @@ -150,7 +150,7 @@ abstract class ResponseAbstract implements MessageInterface, \JsonSerializable /** * {@inheritdoc} */ - public function jsonSerialize(int $options = 0) : string + public function jsonSerialize() { return json_encode($this->toArray()); }