Completed
Push — master ( f5a493...f6c233 )
by Joao
03:20
created
src/Commands/AbstractCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 
37 37
     public function setVersion($version)
38 38
     {
39
-        $this->getDbDataset()->execSQL('UPDATE migration_version SET version = :version', ['version' => $version]);
39
+        $this->getDbDataset()->execSQL('UPDATE migration_version SET version = :version', [ 'version' => $version ]);
40 40
     }
41 41
 
42 42
     protected function checkExistsVersion()
Please login to merge, or discard this patch.