Passed
Pull Request — staging (#7807)
by John
12:54
created
app/bundles/EmailBundle/Tests/Command/ProcessEmailQueueCommandTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
 
118 118
         $this->transport->expects($this->once())
119 119
             ->method('send')
120
-            ->with($this->callback(function (\Swift_Message $message) {
120
+            ->with($this->callback(function(\Swift_Message $message) {
121 121
                 // This triggers the error this test was created for.
122 122
                 $message->getReturnPath();
123 123
 
Please login to merge, or discard this patch.