Completed
Push — master ( b76062...bdb904 )
by Kristof
15s
created
src/UiTID/CdbXmlCreatedByToUserIdResolver.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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) {
Please login to merge, or discard this patch.