1
0
Fork 0

Added missing $learnedWhy property

pull/3747/head
Vladimir Kartaviy 2015-02-16 15:23:06 +02:00
parent 781d8cb925
commit 813fd0b703
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class Solver
protected $branches = array(); protected $branches = array();
protected $problems = array(); protected $problems = array();
protected $learnedPool = array(); protected $learnedPool = array();
protected $learnedWhy = array();
public function __construct(PolicyInterface $policy, Pool $pool, RepositoryInterface $installed) public function __construct(PolicyInterface $policy, Pool $pool, RepositoryInterface $installed)
{ {