Remove whitespace

This commit is contained in:
Dennis Eichhorn 2018-07-12 23:33:32 +02:00
parent 83e3c199cd
commit 94afffec8e

View File

@ -606,7 +606,7 @@ class Account implements ArrayableInterface, \JsonSerializable
public function __toString() : string public function __toString() : string
{ {
return (string) \json_encode($this->toArray()); return (string) \json_encode($this->toArray());
} }
/** /**
* {@inheritdoc} * {@inheritdoc}