From 94afffec8e283869dbff6ca9081148cb33b16dea Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 12 Jul 2018 23:33:32 +0200 Subject: [PATCH] Remove whitespace --- Account/Account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Account/Account.php b/Account/Account.php index c4dbe6ebc..2cba85883 100644 --- a/Account/Account.php +++ b/Account/Account.php @@ -606,7 +606,7 @@ class Account implements ArrayableInterface, \JsonSerializable public function __toString() : string { return (string) \json_encode($this->toArray()); - } + } /** * {@inheritdoc}