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 f0779ac commit 0972b86Copy full SHA for 0972b86
src/Magento/FunctionalTestingFramework/Exceptions/Collector/ExceptionCollector.php
@@ -53,7 +53,7 @@ public function throwException()
53
private function formatErrors($errors)
54
{
55
$flattenedErrors = [];
56
- foreach ($errors as $key => $errorMsg) {
+ foreach ($errors as $errorMsg) {
57
if (is_array($errorMsg)) {
58
$flattenedErrors = array_merge($flattenedErrors, $this->formatErrors($errorMsg));
59
continue;
0 commit comments