From 8820f34b75aa295eca850b9458ebf3c2370fa5ee Mon Sep 17 00:00:00 2001 From: Hafez Divandari Date: Wed, 30 Oct 2024 20:14:44 +0330 Subject: [PATCH] formatting --- tests/Grant/DeviceCodeGrantTest.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Grant/DeviceCodeGrantTest.php b/tests/Grant/DeviceCodeGrantTest.php index 3587ccb1b..5c78885b4 100644 --- a/tests/Grant/DeviceCodeGrantTest.php +++ b/tests/Grant/DeviceCodeGrantTest.php @@ -776,10 +776,10 @@ public function testIssueAccessDeniedError(): void 'device_code' => $this->cryptStub->doEncrypt( json_encode( [ - 'device_code_id' => uniqid(), - 'expire_time' => time() + 3600, - 'client_id' => 'foo', - 'scopes' => ['foo'], + 'device_code_id' => uniqid(), + 'expire_time' => time() + 3600, + 'client_id' => 'foo', + 'scopes' => ['foo'], ], JSON_THROW_ON_ERROR ),