Passed
Push — master ( 3cb222...904589 )
by Thomas Mauro
03:39
created
src/ResponseMode/FormPost.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     {
20 20
         $data = $request->getParsedBody();
21 21
 
22
-        if (! \is_array($data)) {
22
+        if (!\is_array($data)) {
23 23
             throw new RuntimeException('Unable to decode response body');
24 24
         }
25 25
 
Please login to merge, or discard this patch.