1
0
Fork 0

Merge pull request #3747 from vkartaviy/patch

Added missing $learnedWhy property
pull/3758/head
Jordi Boggiano 2015-02-17 21:55:44 +00:00
commit 833ce98426
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)
{ {