Passed
Push — master ( 793a6d...2461c7 )
by Timo
02:19
created
src/Helpers/RequestHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
      */
75 75
     private static function _decodeJSON(string $json) : string
76 76
     {
77
-        if(empty($json)) {
77
+        if (empty($json)) {
78 78
             return ''; // or also like in your code just return $json
79 79
         }
80 80
         return http_build_query(\GuzzleHttp\json_decode($json, true), '', '&');
Please login to merge, or discard this patch.