fix phpcs offences

This commit is contained in:
Sarah Hoffmann
2018-11-20 23:05:56 +01:00
parent 409ded385f
commit b6b1c23575
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
$error = array(
'code' => $exception->getCode(),
'message' => $exception->getMessage()
);
);
if (CONST_Debug) {
$error['details'] = $exception->getFile() . '('. $exception->getLine() . ')';