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

Fix return type of convert on error

parent b5a5b15c
Branches
Tags
1 merge request!38Fix return type of convert on error
......@@ -53,5 +53,6 @@ class Converter implements ConverterInterface
} catch (\Exception $exception) {
$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 register or to comment