We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd5943 commit e5247ffCopy full SHA for e5247ff
lib/internal/Magento/Framework/Session/SaveHandler/Redis/Config.php
@@ -99,10 +99,15 @@ class Config implements \Cm\RedisSession\Handler\ConfigInterface
99
* Deployment config
100
*
101
* @var DeploymentConfig $deploymentConfig
102
- * @var State $appState
103
*/
104
private $deploymentConfig;
105
+ /**
106
+ * Constructor
107
+ *
108
+ * @param DeploymentConfig $deploymentConfig
109
+ * @param State $appState
110
+ */
111
public function __construct(DeploymentConfig $deploymentConfig, State $appState)
112
{
113
$this->deploymentConfig = $deploymentConfig;
0 commit comments