Completed
Push — master ( 438e4c...750425 )
by Jesse
02:11
created
src/ReadModel/Refusals.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
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()] ?? [];
Please login to merge, or discard this patch.