Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
19
vendor/paypal/paypalhttp/lib/PayPalHttp/Injector.php
vendored
Normal file
19
vendor/paypal/paypalhttp/lib/PayPalHttp/Injector.php
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
namespace PayPalHttp;
|
||||
|
||||
/**
|
||||
* Interface Injector
|
||||
* @package PayPalHttp
|
||||
*
|
||||
* Interface that can be implemented to apply injectors to Http client.
|
||||
*
|
||||
* @see HttpClient
|
||||
*/
|
||||
interface Injector
|
||||
{
|
||||
/**
|
||||
* @param HttpRequest $httpRequest
|
||||
*/
|
||||
public function inject($httpRequest);
|
||||
}
|
||||
Reference in New Issue
Block a user