From 5852c3f396e62383ea1994c8a6c0b9a389586a47 Mon Sep 17 00:00:00 2001 From: Craig Harley Date: Mon, 7 Jan 2019 11:19:30 +0000 Subject: [PATCH] Fix styling --- src/Illuminate/Support/Testing/Fakes/QueueFake.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Support/Testing/Fakes/QueueFake.php b/src/Illuminate/Support/Testing/Fakes/QueueFake.php index b0f3b42a7642..be261e8649f3 100644 --- a/src/Illuminate/Support/Testing/Fakes/QueueFake.php +++ b/src/Illuminate/Support/Testing/Fakes/QueueFake.php @@ -347,7 +347,7 @@ public function setConnectionName($name) { return $this; } - + /** * Get the jobs which have been pushed. *