Преглед на файлове

MultiConflictRules cannot be disabled, so no need to check

Nils Adermann преди 6 години
родител
ревизия
28afc4de32
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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)) {