Skip to content

Commit a30f73c

Browse files
Fix return type of convert on error
1 parent b5a5b15 commit a30f73c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Model/Config/Converter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ public function convert($source): array
5353
} catch (\Exception $exception) {
5454
$this->logger->error($exception->getMessage(), $exception->getTrace());
5555
}
56+
return [];
5657
}
5758
}

0 commit comments

Comments
 (0)