Forráskód Böngészése

MultiConflictRules cannot be disabled, so no need to check

Nils Adermann 5 éve
szülő
commit
28afc4de32
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      src/Composer/DependencyResolver/RuleWatchGraph.php

+ 0 - 1
src/Composer/DependencyResolver/RuleWatchGraph.php

@@ -128,7 +128,6 @@ class RuleWatchGraph
                     $decisions->decide($otherWatch, $level, $node->getRule());
                 }
             } else {
-                // check isDisabled?
                 foreach ($node->getRule()->getLiterals() as $otherLiteral) {
                     if ($literal !== $otherLiteral && !$decisions->satisfy($otherLiteral)) {
                         if ($decisions->conflict($otherLiteral)) {