braintree / braintree_php

Braintree PHP library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
545 stars 225 forks source link

Incorrect type hints for Customer Search #258

Closed ghost closed 4 years ago

ghost commented 5 years ago

The type hint for the query parameter for Customer::search() in lib/Braintree/Customer.php are set to string, but it should be array

crookedneighbor commented 5 years ago

@paul-gene would you like to open a PR to fix it?

ghost commented 5 years ago

@crookedneighbor if only I had the time! Also, I'm actually using v3 of the SDK due to current restraints. Perhaps when we move to v4 soon, I'll see if I can find time to do a PR.