Skip to content

Commit e5247ff

Browse files
author
Igor Melnikov
committed
MAGETWO-47958: Include Redis generic session adapter in Magento 2
Fixing annotation
1 parent 3fd5943 commit e5247ff

File tree

1 file changed

+6
-1
lines changed
  • lib/internal/Magento/Framework/Session/SaveHandler/Redis

1 file changed

+6
-1
lines changed

lib/internal/Magento/Framework/Session/SaveHandler/Redis/Config.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,15 @@ class Config implements \Cm\RedisSession\Handler\ConfigInterface
9999
* Deployment config
100100
*
101101
* @var DeploymentConfig $deploymentConfig
102-
* @var State $appState
103102
*/
104103
private $deploymentConfig;
105104

105+
/**
106+
* Constructor
107+
*
108+
* @param DeploymentConfig $deploymentConfig
109+
* @param State $appState
110+
*/
106111
public function __construct(DeploymentConfig $deploymentConfig, State $appState)
107112
{
108113
$this->deploymentConfig = $deploymentConfig;

0 commit comments

Comments
 (0)