Completed
Push — master ( 14ae5e...f9f3e5 )
by Jesse
04:19
created
src/TheInfrastructure/Test/TestClient.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,8 @@  discard block
 block discarded – undo
18 18
 
19 19
     }
20 20
 
21
-    public function do(string $action, array $parameters = []): void
21
+    public function do {
22
+        (string $action, array $parameters = []): void
22 23
     {
23 24
 
24 25
     }
@@ -31,6 +32,7 @@  discard block
 block discarded – undo
31 32
     {
32 33
         return 0;
33 34
     }
35
+    }
34 36
 
35 37
     /** @return string[] */
36 38
     public function flashMessages(): array
Please login to merge, or discard this patch.