thephpleague / omnipay-common

Core components for the Omnipay PHP payment processing library
MIT License
329 stars 242 forks source link

Using undefined use statements #202

Open w00tland opened 5 years ago

w00tland commented 5 years ago

I see omnipay-common is using some use statements to undefined classes in Omnipay\Common\Http\Client;

use Http\Client\HttpClient; use Http\Discovery\HttpClientDiscovery; use Http\Discovery\MessageFactoryDiscovery; use Http\Message\RequestFactory;

There are no such files in the Http folder. Am I missing something here?

judgej commented 5 years ago

Some of those are used:

https://github.com/thephpleague/omnipay-common/blob/master/src/Common/Http/Client.php#L35

But if you want to create a PR, then that could be merged in.