Completed
Push — master ( 6b1ea1...07aa67 )
by Michael
02:51
created
tests/DeploymentTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
                                       ->getMock();
78 78
         $this->changeInspector->expects($this->once())
79 79
                               ->method('getChangesFromDeployment')
80
-                              ->with($this->callback(function ($subject) {
80
+                              ->with($this->callback(function($subject) {
81 81
                                   return $subject == $this->deployment;
82 82
                               }))
83 83
                               ->will($this->returnValue($changes));
Please login to merge, or discard this patch.