From 37f048f485f1a865ffc4bf395b620868d82ab1da Mon Sep 17 00:00:00 2001 From: alessio Date: Wed, 26 Jun 2019 09:17:18 +0200 Subject: [PATCH] added phpdoc --- src/Adyen/Service/PosPayment.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Adyen/Service/PosPayment.php b/src/Adyen/Service/PosPayment.php index d057903df..f223c569d 100644 --- a/src/Adyen/Service/PosPayment.php +++ b/src/Adyen/Service/PosPayment.php @@ -72,6 +72,11 @@ public function getServiceId($request) return null; } + /** + * @param $params + * @return mixed + * @throws \Adyen\AdyenException + */ public function getConnectedTerminals($params) { $result = $this->connectedTerminals->request($params);