summaryrefslogtreecommitdiffstats
path: root/vendor/paypal/paypalhttp/lib/PayPalHttp/Injector.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vendor/paypal/paypalhttp/lib/PayPalHttp/Injector.php38
1 files changed, 19 insertions, 19 deletions
diff --git a/vendor/paypal/paypalhttp/lib/PayPalHttp/Injector.php b/vendor/paypal/paypalhttp/lib/PayPalHttp/Injector.php
index 3ae23c7..2008707 100644
--- a/vendor/paypal/paypalhttp/lib/PayPalHttp/Injector.php
+++ b/vendor/paypal/paypalhttp/lib/PayPalHttp/Injector.php
@@ -1,19 +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);
-}
+<?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);
+}