Skip to content

Commit 5a156b3

Browse files
Merge pull request #38 from sippsolutions/patch-1
Fix return type of convert on error
2 parents b5a5b15 + a30f73c commit 5a156b3

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)