Completed
Push — master ( d312aa...bbe9f1 )
by Sam
03:12
created
tests/cli/Manager/ClientManagerTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,8 +45,8 @@
 block discarded – undo
45 45
 
46 46
 		// Create two clients and connect them
47 47
 		$this->_clientMock = $this->getMockBuilder(ConnectionInterface::class)
48
-		                          ->setMethods(['send', 'close'])
49
-		                          ->getMock();
48
+								  ->setMethods(['send', 'close'])
49
+								  ->getMock();
50 50
 
51 51
 		$this->_anotherClientMock = clone $this->_clientMock;
52 52
 
Please login to merge, or discard this patch.