Completed
Push — master ( 2bdd31...68381d )
by Andrii
02:07
created
src/storage/Client.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -119,6 +119,9 @@
 block discarded – undo
119 119
         return $this->_again;
120 120
     }
121 121
 
122
+    /**
123
+     * @param string $prop
124
+     */
122 125
     public function saveValue($prop, $value)
123 126
     {
124 127
         $params = [
Please login to merge, or discard this patch.