Completed
Push — master ( dcecfa...07a576 )
by Nassif
03:44
created
src/Tequilarapido/Cli/Commands/DatabaseOccurrences.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Tequilarapido\Cli\Commands\Base\AbstractDatabaseCommand;
7 7
 use Tequilarapido\Database\Column;
8 8
 use Tequilarapido\Helpers\ShellHelper;
9
-use Tequilarapido\PHPSerialized\SearchReplace;
10 9
 
11 10
 class DatabaseOccurrences extends AbstractDatabaseCommand
12 11
 {
Please login to merge, or discard this patch.
src/Tequilarapido/Cli/Commands/DatabaseReplace.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -65,6 +65,9 @@
 block discarded – undo
65 65
         $this->sendNotification();
66 66
     }
67 67
 
68
+    /**
69
+     * @param integer $total
70
+     */
68 71
     protected function startProgress($total)
69 72
     {
70 73
         $progress = $this->getHelperSet()->get('progress');
Please login to merge, or discard this patch.