Skip to content

Commit

Permalink
Update ResultInterface.php
Browse files Browse the repository at this point in the history
  • Loading branch information
magefan authored Aug 16, 2024
1 parent 0d14087 commit d55c271
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ class ResultInterface
public function __construct(
Html $htmlParser,
Config $config,
\Magento\Framework\App\RequestInterface $request,
)
{
\Magento\Framework\App\RequestInterface $request
) {
$this->htmlParser = $htmlParser;
$this->config = $config;
$this->request = $request;
Expand Down

0 comments on commit d55c271

Please sign in to comment.