We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2025222 commit c7a2e79Copy full SHA for c7a2e79
src/Auth/IamAuth.php
@@ -11,7 +11,7 @@ abstract class IamAuth extends Auth
11
* @return mixed|null
12
* @throws Exception
13
*/
14
- public function requestToken($request_data): mixed
+ public function requestToken($request_data)
15
{
16
$this->logger()->info('YDB: Obtaining new IAM token...');
17
0 commit comments