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 0d14087 commit d55c271Copy full SHA for d55c271
Plugin/Frontend/Magento/Framework/Controller/ResultInterface.php
@@ -36,9 +36,8 @@ class ResultInterface
36
public function __construct(
37
Html $htmlParser,
38
Config $config,
39
- \Magento\Framework\App\RequestInterface $request,
40
- )
41
- {
+ \Magento\Framework\App\RequestInterface $request
+ ) {
42
$this->htmlParser = $htmlParser;
43
$this->config = $config;
44
$this->request = $request;
0 commit comments