Failed Conditions
Pull Request — master (#35)
by Mathieu
04:35 queued 02:37
created
src/Driver/Connection/MasterSlavesConnection.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -14,6 +14,9 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.