Completed
Pull Request — master (#45)
by
unknown
05:50
created
Handlers/PdoHandler.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -173,6 +173,10 @@
 block discarded – undo
173 173
         return $this->read($key);
174 174
     }
175 175
 
176
+    /**
177
+     * @param string $key
178
+     * @param string $info
179
+     */
176 180
     public function save($key, $info)
177 181
     {
178 182
         $this->write($key, $info);
Please login to merge, or discard this patch.