Completed
Push — master ( 1f981d...cc2765 )
by Richard
06:42
created
src/App/ResultDB.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -230,6 +230,9 @@
 block discarded – undo
230 230
         return (int)$this->connection->lastInsertId();
231 231
     }
232 232
 
233
+    /**
234
+     * @param integer $var_id
235
+     */
233 236
     protected function update_variable(Variable $var, $var_id) {
234 237
         assert('is_integer($var_id)');
235 238
         assert('$this->current_run_id !== null');
Please login to merge, or discard this patch.