Skip to content

Commit 80395e7

Browse files
committed
add missing phpdoc
1 parent 8ae8f47 commit 80395e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Plugin/SessionChecker.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121

2222
final class SessionChecker
2323
{
24+
/**
25+
* @var CollectionFactory
26+
*/
2427
private $collectionFactory;
2528

2629
/**
@@ -38,6 +41,9 @@ final class SessionChecker
3841
*/
3942
private $cookieMetadataFactory;
4043

44+
/**
45+
* @var ManagerInterface
46+
*/
4147
private $messageManager;
4248

4349
/**

0 commit comments

Comments
 (0)