Passed
Pull Request — master (#9)
by Sergey
03:51
created
tests/Unit/ClientTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      */
21 21
     public function setUp() : void
22 22
     {
23
-        $connector  = \Mockery::mock(ClientRedisStreamPhpInterface::class);
23
+        $connector = \Mockery::mock(ClientRedisStreamPhpInterface::class);
24 24
         $this->client = new Client($connector);
25 25
     }
26 26
 
Please login to merge, or discard this patch.