@@ -35,7 +35,7 @@ |
||
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 |
@@ -11,6 +11,6 @@ |
||
11 | 11 | |
12 | 12 | public function parameter(string $name): string |
13 | 13 | { |
14 | - return ':' . $name; |
|
14 | + return ':'.$name; |
|
15 | 15 | } |
16 | 16 | } |
@@ -105,7 +105,7 @@ |
||
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, |