Handle invalid type asignment

This commit is contained in:
Dennis Eichhorn 2018-07-12 20:29:56 +02:00
parent fce9ad82ba
commit 20456981d6

View File

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