File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99use Zend \Session \SessionManager ;
1010
1111/**
12- * Class StorageModel
12+ * Class DisabledSessionManager
1313 * @package ProspectOne\UserModule\Model
1414 */
1515class DisabledSessionManager extends SessionManager
@@ -32,11 +32,11 @@ class DisabledSessionManager extends SessionManager
3232 /**
3333 * Constructor
3434 *
35- * @param ConfigInterface|null $config
36- * @param StorageInterface|null $storage
35+ * @param ConfigInterface|null $config
36+ * @param StorageInterface|null $storage
3737 * @param SaveHandlerInterface|null $saveHandler
38- * @param array $validators
39- * @param array $options
38+ * @param array $validators
39+ * @param array $options
4040 * @throws RuntimeException
4141 */
4242 public function __construct (
You can’t perform that action at this time.
0 commit comments