Passed
Pull Request — master (#578)
by butschster
07:38
created
src/Queue/tests/Driver/NullDriverTest.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,8 @@
 block discarded – undo
33 33
 
34 34
     public function testJobCallableShouldBePushed(): void
35 35
     {
36
-        $callback = function () {
36
+        $callback = function ()
37
+        {
37 38
             return 'bar';
38 39
         };
39 40
 
Please login to merge, or discard this patch.