Improving bunq import.

This commit is contained in:
James Cole
2017-08-27 08:54:58 +02:00
parent 1ecf3d04d9
commit 1319cb2e4e
16 changed files with 195 additions and 87 deletions

View File

@@ -51,7 +51,7 @@ class UserLight extends BunqObject
*/
public function __construct(array $data)
{
if(count($data) === 0) {
if (count($data) === 0) {
return;
}
$this->id = intval($data['id']);