Completed
Pull Request — master (#452)
by
unknown
03:17
created
src/UiTID/CdbXmlCreatedByToUserIdResolver.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.