* fix return type

This commit is contained in:
Danyi Dávid 2020-09-07 21:00:11 +02:00
parent 554b0b5d99
commit 063838a679

View File

@ -215,7 +215,7 @@ class SZEPManagerService
* @return string
* @throws Exception
*/
private function getTransactions(): ?string
private function getTransactions()
{
$appToken = $this->getMobileApplicationToken();
$authToken = $this->getAuthToken($appToken);