Skip to content

Commit c7a2e79

Browse files
authored
Update IamAuth.php
1 parent 2025222 commit c7a2e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Auth/IamAuth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ abstract class IamAuth extends Auth
1111
* @return mixed|null
1212
* @throws Exception
1313
*/
14-
public function requestToken($request_data): mixed
14+
public function requestToken($request_data)
1515
{
1616
$this->logger()->info('YDB: Obtaining new IAM token...');
1717

0 commit comments

Comments
 (0)