Skip to content

Commit

Permalink
fix styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
paras-malhotra committed Oct 14, 2020
1 parent de94375 commit 3ca20ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Integration/Queue/RateLimitsJobsWithRedisTest.php
Expand Up @@ -144,7 +144,8 @@ class RateLimitedTestJob

public static $handled = false;

public function __construct() {
public function __construct()
{
$this->key = Str::random(10);
}

Expand Down

0 comments on commit 3ca20ce

Please sign in to comment.