@@ -9,7 +9,7 @@ |
||
9 | 9 | private $errorMessages = []; |
10 | 10 | |
11 | 11 | /** @return string[] */ |
12 | - public function for(CorrelationId $request): array |
|
12 | + public function for (CorrelationId $request): array |
|
13 | 13 | { |
14 | 14 | // return ['Cannot open account for unknown entity']; |
15 | 15 | return $this->errorMessages[$request->id()] ?? []; |