5.3 support :/
parent
8d92048c8c
commit
46657a8a7f
|
@ -183,7 +183,7 @@ class Decisions implements \Iterator, \Countable
|
|||
|
||||
$previousDecision = isset($this->decisionMap[$packageId]) ? $this->decisionMap[$packageId] : null;
|
||||
if ($previousDecision != 0) {
|
||||
$literalString = $this->pool->literalToPrettyString($literal, []);
|
||||
$literalString = $this->pool->literalToPrettyString($literal, array());
|
||||
$package = $this->pool->literalToPackage($literal);
|
||||
throw new SolverBugException(
|
||||
"Trying to decide $literalString on level $level, even though $package was previously decided as ".(int) $previousDecision."."
|
||||
|
|
Loading…
Reference in New Issue