Completed
Pull Request — master (#44)
by Matthew
16:45
created
Tests/Redis/PredisPhpRedisTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -106,6 +106,9 @@  discard block
 block discarded – undo
106 106
         self::assertEquals(3, $result[$hashKey2]);
107 107
     }
108 108
 
109
+    /**
110
+     * @param string $haskKeyStart
111
+     */
109 112
     private function prePopulateScan($type, $haskKeyStart, array &$hashKeys)
110 113
     {
111 114
         for ($i = 0; $i < 100; ++$i) {
@@ -121,6 +124,9 @@  discard block
 block discarded – undo
121 124
         }
122 125
     }
123 126
 
127
+    /**
128
+     * @param string $type
129
+     */
124 130
     public function scan(RedisInterface $redis, $type)
125 131
     {
126 132
         $key = 'testHash';
Please login to merge, or discard this patch.