We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd742b commit 3a6a313Copy full SHA for 3a6a313
src/Grant/DeviceCodeGrant.php
@@ -304,7 +304,7 @@ protected function generateUserCode(int $length = 8): string
304
305
return $userCode;
306
// @codeCoverageIgnoreStart
307
- } catch (TypeError|Error $e) {
+ } catch (TypeError | Error $e) {
308
throw OAuthServerException::serverError('An unexpected error has occurred', $e);
309
} catch (Exception $e) {
310
// If you get this message, the CSPRNG failed hard.
0 commit comments