@@ -47,8 +47,7 @@ |
||
47 | 47 | 'Unable to find user with identifier ' . $createdByIdentifier |
48 | 48 | ); |
49 | 49 | } |
50 | - } |
|
51 | - catch (Exception $e) { |
|
50 | + } catch (Exception $e) { |
|
52 | 51 | $this->logger->error( |
53 | 52 | sprintf( |
54 | 53 | 'An unexpected error occurred while resolving user with identifier %s', |