Completed
Push — master ( 443bff...94d0aa )
by Dmitry
13:27
created
src/storage/Client.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -152,6 +152,9 @@
 block discarded – undo
152 152
         return self::getDb()->createCommand("SELECT get_value(:id,:prop)", $params)->queryScalar();
153 153
     }
154 154
 
155
+    /**
156
+     * @param string $prop
157
+     */
155 158
     public function saveValue($prop, $value)
156 159
     {
157 160
         $params = [
Please login to merge, or discard this patch.