Skip to content

Commit e5874bf

Browse files
MC-15006: Incorrect Prolong responses
- fix DocBlocks
1 parent d15b5ec commit e5874bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup/src/Magento/Setup/Controller/Session.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
*/
66
namespace Magento\Setup\Controller;
77

8+
/**
9+
* Sets up session for setup/index.php/session/prolong or redirects to error page
10+
*/
811
class Session extends \Zend\Mvc\Controller\AbstractActionController
912
{
1013
/**
@@ -83,6 +86,8 @@ public function prolongAction()
8386
}
8487

8588
/**
89+
* Unlogin action, return 401 error page
90+
*
8691
* @return \Zend\View\Model\ViewModel|\Zend\Http\Response
8792
*/
8893
public function unloginAction()

0 commit comments

Comments
 (0)