Completed
Push — master ( db29d9...8d3d35 )
by Mark
13s queued 11s
created
src/PullProductionDataCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -197,6 +197,9 @@
 block discarded – undo
197 197
         $this->info('Database backup deleted!');
198 198
     }
199 199
 
200
+    /**
201
+     * @param string $string
202
+     */
200 203
     public function info($string, $verbosity = null)
201 204
     {
202 205
         parent::info('['.date('Y-m-d H:i:s').'] '.$string, $verbosity);
Please login to merge, or discard this patch.