Browse Source
Remove empty lines
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
pull/15810/head
Xheni Myrtaj
7 years ago
No known key found for this signature in database
GPG Key ID: 771C6F62523BD536
1 changed files with
0 additions and
2 deletions
-
lib/private/IntegrityCheck/Checker.php
|
|
|
@ -506,10 +506,8 @@ class Checker { |
|
|
|
} catch (\Exception $e) { |
|
|
|
$result = [ |
|
|
|
'EXCEPTION' => [ |
|
|
|
|
|
|
|
'class' => \get_class($e), |
|
|
|
'message' => $e->getMessage(), |
|
|
|
|
|
|
|
], |
|
|
|
]; |
|
|
|
} |
|
|
|
|