@@ -75,8 +75,7 @@ |
||
75 | 75 | |
76 | 76 | try { |
77 | 77 | $result = $hacked->computeReport(); |
78 | - } |
|
79 | - catch (\Exception $e) { |
|
78 | + } catch (\Exception $e) { |
|
80 | 79 | // Todo: log error. |
81 | 80 | $result['status'] = HackedProject::STATUS_UNCHECKED; |
82 | 81 | } |