Completed
Pull Request — master (#47)
by
unknown
02:41
created
Handlers/PdoHandler.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -188,6 +188,10 @@
 block discarded – undo
188 188
         return $this->read($key);
189 189
     }
190 190
 
191
+    /**
192
+     * @param string $key
193
+     * @param string $info
194
+     */
191 195
     public function save($key, $info){
192 196
         $this->write($key, $info);
193 197
     }
Please login to merge, or discard this patch.