* fix return type
This commit is contained in:
parent
554b0b5d99
commit
063838a679
@ -215,7 +215,7 @@ class SZEPManagerService
|
|||||||
* @return string
|
* @return string
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
private function getTransactions(): ?string
|
private function getTransactions()
|
||||||
{
|
{
|
||||||
$appToken = $this->getMobileApplicationToken();
|
$appToken = $this->getMobileApplicationToken();
|
||||||
$authToken = $this->getAuthToken($appToken);
|
$authToken = $this->getAuthToken($appToken);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user