Skip to content

Commit

Permalink
Merge pull request #38 from sippsolutions/patch-1
Browse files Browse the repository at this point in the history
Fix return type of convert on error
  • Loading branch information
sippsolutions authored Feb 11, 2021
2 parents b5a5b15 + a30f73c commit 5a156b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Model/Config/Converter.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ public function convert($source): array
} catch (\Exception $exception) {
$this->logger->error($exception->getMessage(), $exception->getTrace());
}
return [];
}
}

0 comments on commit 5a156b3

Please sign in to comment.