Completed
Pull Request — master (#385)
by
unknown
03:43
created
src/Cdb/ItemBaseAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
             );
36 36
         }
37 37
 
38
-        return isset($userId) ? (string) $userId : '';
38
+        return isset($userId) ? (string)$userId : '';
39 39
     }
40 40
 
41 41
     public function getCreationDateTime(): ?DateTimeImmutable
Please login to merge, or discard this patch.
src/MyOrganizers/ReadModel/Doctrine/DBALHelperTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,6 +11,6 @@
 block discarded – undo
11 11
 
12 12
     public function parameter(string $name): string
13 13
     {
14
-        return ':' . $name;
14
+        return ':'.$name;
15 15
     }
16 16
 }
Please login to merge, or discard this patch.
src/ReadModel/Index/UDB2Projector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
         $this->repository->updateIndex(
106 106
             $itemId,
107 107
             $itemType,
108
-            (string) $userId,
108
+            (string)$userId,
109 109
             $name,
110 110
             $postalCode,
111 111
             $city,
Please login to merge, or discard this patch.