From 063838a6799975a396108acbbb9be6a175a3ca25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danyi=20D=C3=A1vid?= Date: Mon, 7 Sep 2020 21:00:11 +0200 Subject: [PATCH] * fix return type --- src/App/Service/SZEPManagerService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Service/SZEPManagerService.php b/src/App/Service/SZEPManagerService.php index 360d218..eaa88d6 100644 --- a/src/App/Service/SZEPManagerService.php +++ b/src/App/Service/SZEPManagerService.php @@ -215,7 +215,7 @@ class SZEPManagerService * @return string * @throws Exception */ - private function getTransactions(): ?string + private function getTransactions() { $appToken = $this->getMobileApplicationToken(); $authToken = $this->getAuthToken($appToken);