@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | return $createdByIdentifier; |
43 | 43 | } catch (InvalidNativeArgumentException $exception) { |
44 | 44 | $this->logger->info( |
45 | - 'The provided createdByIdentifier ' . $createdByIdentifier->toNative() . ' is not a UUID.', |
|
45 | + 'The provided createdByIdentifier '.$createdByIdentifier->toNative().' is not a UUID.', |
|
46 | 46 | [ |
47 | 47 | 'exception' => $exception, |
48 | 48 | ] |
@@ -54,7 +54,7 @@ discard block |
||
54 | 54 | |
55 | 55 | if (!$userId) { |
56 | 56 | $this->logger->warning( |
57 | - 'Unable to find user with identifier ' . $createdByIdentifier |
|
57 | + 'Unable to find user with identifier '.$createdByIdentifier |
|
58 | 58 | ); |
59 | 59 | } |
60 | 60 | } catch (Exception $e) { |