Remove empty lines

Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
This commit is contained in:
Xheni Myrtaj 2019-07-04 09:38:30 +01:00
parent 9211e34aec
commit ea2d75c2b4
No known key found for this signature in database
GPG Key ID: 771C6F62523BD536
1 changed files with 0 additions and 2 deletions

View File

@ -506,10 +506,8 @@ class Checker {
} catch (\Exception $e) {
$result = [
'EXCEPTION' => [
'class' => \get_class($e),
'message' => $e->getMessage(),
],
];
}