BingAds / BingAds-PHP-SDK

Other
56 stars 45 forks source link

Fix typehint on with OAuthTokens #169

Closed raalderink closed 10 months ago

raalderink commented 2 years ago

This method accepts a string, but the parameter actually should be an OAuthTokens object (also see what withRefreshToken does, as that creates the OAuthTokens object first)