Completed
Push — sfclone ( d17ad5...24c28c )
by
unknown
43s
created
src/SWP/Bundle/CoreBundle/Migrations/2021/01/Version20210112135542.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
         $totalArticlesProcessed = 0;
76 76
         $isProcessing = true;
77 77
 
78
-       // while ($totalArticlesProcessed < $totalArticles) {
78
+        // while ($totalArticlesProcessed < $totalArticles) {
79 79
             $sql = "SELECT id, extra FROM swp_article";
80 80
             $query = $entityManager->getConnection()->prepare($sql);
81 81
             $query->execute();
@@ -114,9 +114,9 @@  discard block
 block discarded – undo
114 114
             if ($totalArticlesProcessed === $totalArticles) {
115 115
                 $entityManager->flush();
116 116
                 $entityManager->clear();
117
-              //  break;
117
+                //  break;
118 118
             }
119
-       // }
119
+        // }
120 120
     }
121 121
 
122 122
     private function unserializeExtraField(?string $data)
Please login to merge, or discard this patch.