I was reviewing Paypal PHP SDK and something caught my attention.
In a test class there is this use statement:
use PayPal\Api\object;
I've searched for a class (or file) object
within Paypal\Api
but found nothing
What's the meaning of that use statement? Is it a mistake? If it's not, in which cases should someone use a statement like that?