Completed
Push — master ( 650880...84b6a6 )
by Markus
21s
created
lib/Tests/Fhp/ResponseTest/ResponseTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
         $withoutEscape = new Response('');
23 23
         $escaped       = clone $withoutEscape;
24 24
 
25
-        $segments        = $response->invokeArgs($withoutEscape, [
25
+        $segments = $response->invokeArgs($withoutEscape, [
26 26
             'HISAL:5:5:3+111111111::280:111111111+GiroBest+EUR+C:9999,99:EUR:20161018+C:0,:EUR:20161018+0,:EUR+9999,99:EUR',
27 27
         ]);
28 28
 
Please login to merge, or discard this patch.