Skip to content

Commit d55c271

Browse files
authored
Update ResultInterface.php
1 parent 0d14087 commit d55c271

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Plugin/Frontend/Magento/Framework/Controller/ResultInterface.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ class ResultInterface
3636
public function __construct(
3737
Html $htmlParser,
3838
Config $config,
39-
\Magento\Framework\App\RequestInterface $request,
40-
)
41-
{
39+
\Magento\Framework\App\RequestInterface $request
40+
) {
4241
$this->htmlParser = $htmlParser;
4342
$this->config = $config;
4443
$this->request = $request;

0 commit comments

Comments
 (0)