Преглед изворни кода

Remove unused local variable

Marc Würth пре 6 година
родитељ
комит
fb8b06edef
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/Composer/DependencyResolver/Problem.php

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

@@ -79,7 +79,6 @@ class Problem
             reset($reasons);
             $reason = current($reasons);
 
-            $rule = $reason['rule'];
             $job = $reason['job'];
 
             if (isset($job['constraint'])) {