Explorar o código

MultiConflictRules cannot be disabled, so no need to check

Nils Adermann %!s(int64=6) %!d(string=hai) anos
pai
achega
28afc4de32
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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)) {