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 93069c1 commit 933031bCopy full SHA for 933031b
lib/internal/Magento/Framework/App/Action/Forward.php
@@ -1,7 +1,5 @@
1
<?php
2
/**
3
- * Forward action class
4
- *
5
* Copyright © Magento, Inc. All rights reserved.
6
* See COPYING.txt for license details.
7
*/
@@ -20,8 +18,7 @@
20
18
class Forward extends AbstractAction implements CsrfAwareActionInterface
21
19
{
22
23
- * @param RequestInterface $request
24
- * @return ResponseInterface
+ * @inheritDoc
25
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
26
27
public function dispatch(RequestInterface $request)
0 commit comments