Skip to content

Commit df39bf6

Browse files
eugene-borovovEugene Borovov
authored and
Eugene Borovov
committed
Fix style
1 parent efd742b commit df39bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Grant/DeviceCodeGrant.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ protected function generateUserCode(int $length = 8): string
304304

305305
return $userCode;
306306
// @codeCoverageIgnoreStart
307-
} catch (TypeError|Error $e) {
307+
} catch (TypeError | Error $e) {
308308
throw OAuthServerException::serverError('An unexpected error has occurred', $e);
309309
} catch (Exception $e) {
310310
// If you get this message, the CSPRNG failed hard.

0 commit comments

Comments
 (0)