Skip to content
Snippets Groups Projects
Unverified Commit 5a156b37 authored by Simon Sippert's avatar Simon Sippert Committed by GitHub
Browse files

Merge pull request #38 from sippsolutions/patch-1

Fix return type of convert on error
parents b5a5b15c a30f73c3
Branches
Tags 1.3.3
No related merge requests found
...@@ -53,5 +53,6 @@ class Converter implements ConverterInterface ...@@ -53,5 +53,6 @@ class Converter implements ConverterInterface
} catch (\Exception $exception) { } catch (\Exception $exception) {
$this->logger->error($exception->getMessage(), $exception->getTrace()); $this->logger->error($exception->getMessage(), $exception->getTrace());
} }
return [];
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment