Completed
Push — master ( fdf88b...eedd5b )
by Adam
02:16
created
src/Driver/RedisDriver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     private $redis;
13 13
 
14 14
     /**
15
-     * @param Redis $redis
15
+     * @param \PHPUnit_Framework_MockObject_MockObject $redis
16 16
      */
17 17
     public function __construct(Redis $redis)
18 18
     {
Please login to merge, or discard this patch.