Skip to content

Commit

Permalink
Fix Static tests failure
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajsarowicz committed Aug 20, 2020
1 parent 32adddb commit b4d78e7
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,16 @@ public function __construct(
*
* @param Form $subject
* @param RequestInterface $request
* @param null|string $scope
* @param bool $scopeOnly
* @throws Exception
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function beforeExtractData(
Form $subject,
RequestInterface $request
RequestInterface $request,
$scope = null,
$scopeOnly = true
): void {
if ($this->isSetAssistanceAllowedParam($request)
&& !$this->authorization->isAllowed('Magento_LoginAsCustomer::allow_shopping_assistance')
Expand Down

0 comments on commit b4d78e7

Please sign in to comment.