Completed
Pull Request — master (#40)
by Monse
02:20
created
Entity/PdoHandler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -140,6 +140,9 @@
 block discarded – undo
140 140
         $this->read($key);
141 141
     }
142 142
 
143
+    /**
144
+     * @param string $key
145
+     */
143 146
     public function save($key, $info){
144 147
         $this->write($key, $info);
145 148
     }
Please login to merge, or discard this patch.