Passed
Push — master ( abde4f...d8eef7 )
by Thomas Mauro
02:52
created
src/functions/parse_callback_params.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
     if ('POST' === $method) {
20 20
         \parse_str((string) $serverRequest->getBody(), $params);
21 21
 
22
-        if (! \is_array($params)) {
22
+        if (!\is_array($params)) {
23 23
             throw new RuntimeException('Invalid parsed body');
24 24
         }
25 25
 
Please login to merge, or discard this patch.