@@ -40,7 +40,7 @@ discard block |
||
| 40 | 40 | return $createdByIdentifier; |
| 41 | 41 | } catch (InvalidNativeArgumentException $exception) { |
| 42 | 42 | $this->logger->info( |
| 43 | - 'The provided createdByIdentifier ' . $createdByIdentifier->toNative() . ' is not a UUID.', |
|
| 43 | + 'The provided createdByIdentifier '.$createdByIdentifier->toNative().' is not a UUID.', |
|
| 44 | 44 | [ |
| 45 | 45 | 'exception' => $exception, |
| 46 | 46 | ] |
@@ -78,7 +78,7 @@ discard block |
||
| 78 | 78 | } |
| 79 | 79 | |
| 80 | 80 | $this->logger->warning( |
| 81 | - 'Unable to find user with identifier ' . $createdByIdentifier |
|
| 81 | + 'Unable to find user with identifier '.$createdByIdentifier |
|
| 82 | 82 | ); |
| 83 | 83 | |
| 84 | 84 | return null; |