| @@ -14,6 +14,9 @@ | ||
| 14 | 14 | private $driver; | 
| 15 | 15 | private $currentConnectionFactory; | 
| 16 | 16 | |
| 17 | + /** | |
| 18 | + * @param \Closure $master | |
| 19 | + */ | |
| 17 | 20 | public function __construct($master, SplObjectStorage $slavesWeights) | 
| 18 | 21 |      { | 
| 19 | 22 | $this->master = $master; |