Skip to content

Commit b68e049

Browse files
committed
Fix Static tests failure
1 parent b4d78e7 commit b68e049

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/LoginAsCustomerAssistance/Plugin/CustomerDataValidatePlugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public function beforeExtractData(
7575
],
7676
];
7777

78+
// phpcs:ignore Magento2.Exceptions.DirectThrow
7879
throw new Exception(null, null, $errorMessages);
7980
}
8081
}

0 commit comments

Comments
 (0)