Various code cleanup.

This commit is contained in:
James Cole
2017-09-09 06:41:45 +02:00
parent 0543733e3d
commit 3a3eb4e84f
38 changed files with 212 additions and 218 deletions

View File

@@ -26,8 +26,6 @@ class NotificationFilter extends BunqObject
*/
public function __construct(array $data)
{
var_dump($data);
exit;
}
}

View File

@@ -127,11 +127,6 @@ class UserPerson extends BunqObject
// document front, back attachment
// customer, customer_limit
// billing contracts
// echo '<pre>';
// print_r($data);
// var_dump($this);
// echo '</pre>';
}
/**