Passed
Pull Request — 2.6 (#7660)
by
unknown
64:44
created
lib/Doctrine/ORM/Internal/CommitOrderCalculator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
         $vertex->state = self::IN_PROGRESS;
155 155
 
156 156
         foreach ($vertex->dependencyList as $edge) {
157
-            if($edge->weight < $minimumWeight) {
157
+            if ($edge->weight < $minimumWeight) {
158 158
                 // Skip edges of weight below minimum weight, useful when revisiting
159 159
                 continue;
160 160
             }
Please login to merge, or discard this patch.