@@ -77,7 +77,7 @@ |
||
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)); |