Completed
Push — master ( 1f981d...cc2765 )
by Richard
06:42
created
src/App/ResultDB.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Lechimp\Dicto\Indexer\Insert;
16 16
 use Doctrine\DBAL\Connection;
17 17
 use Doctrine\DBAL\Schema;
18
-use Doctrine\DBAL\Types\Type;
19 18
 use Doctrine\DBAL\Schema\Synchronizer\SingleDatabaseSynchronizer;
20 19
 
21 20
 class DB implements Insert, Query {
Please login to merge, or discard this patch.