youngguns-nl / moneybird_php_api

A PHP Library for the MoneyBird API
http://www.moneybird.nl
MIT License
37 stars 14 forks source link

RequestsLeft wrong output? #75

Open it-can opened 8 years ago

it-can commented 8 years ago

Hi,

when I do this:

var_dump($connector->requestsLeft());

I get this output:

string(4) "333 "

Why is there a space after 333 ?