Skip to content

Commit 933031b

Browse files
committed
Fix static code analysis complaints
These changes are out of scope for this pull request, but required to appease the linter / required check on GitHub.
1 parent 93069c1 commit 933031b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/internal/Magento/Framework/App/Action/Forward.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22
/**
3-
* Forward action class
4-
*
53
* Copyright © Magento, Inc. All rights reserved.
64
* See COPYING.txt for license details.
75
*/
@@ -20,8 +18,7 @@
2018
class Forward extends AbstractAction implements CsrfAwareActionInterface
2119
{
2220
/**
23-
* @param RequestInterface $request
24-
* @return ResponseInterface
21+
* @inheritDoc
2522
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
2623
*/
2724
public function dispatch(RequestInterface $request)

0 commit comments

Comments
 (0)