Completed
Push — master ( e03e8c...cb9fdc )
by Iurii
02:46
created
handlers/Extractor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
         foreach ($files as $file) {
65 65
             foreach ($this->extractor->extractFromFile($file) as $string) {
66 66
                 if (!$this->exists($string, $job)) {
67
-                    $job['inserted'] ++;
67
+                    $job['inserted']++;
68 68
                     gplcart_file_csv($job['data']['file'], array($string, ''));
69 69
                 }
70 70
             }
Please login to merge, or discard this patch.