From 3ca20ce921e263de22d99bdb901829e7c1f46677 Mon Sep 17 00:00:00 2001 From: Paras Malhotra Date: Thu, 15 Oct 2020 02:07:48 +0530 Subject: [PATCH] fix styleci --- tests/Integration/Queue/RateLimitsJobsWithRedisTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Integration/Queue/RateLimitsJobsWithRedisTest.php b/tests/Integration/Queue/RateLimitsJobsWithRedisTest.php index a1f0e2a86363..ae165ff982a2 100644 --- a/tests/Integration/Queue/RateLimitsJobsWithRedisTest.php +++ b/tests/Integration/Queue/RateLimitsJobsWithRedisTest.php @@ -144,7 +144,8 @@ class RateLimitedTestJob public static $handled = false; - public function __construct() { + public function __construct() + { $this->key = Str::random(10); }