Completed
Pull Request — master (#3)
by Adam
02:51
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.
tests/TestCase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
     /**
12 12
      * Make protected/private methods accessible
13 13
      *
14
-     * @param object $class
14
+     * @param Worker $class
15 15
      * @param string $name
16 16
      *
17 17
      * @return ReflectionMethod
Please login to merge, or discard this patch.