Passed
Pull Request — master (#64)
by
unknown
02:44
created
src/Http/Response/HttpResponse.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -236,8 +236,8 @@
 block discarded – undo
236 236
      * @param array $data
237 237
      * @return string
238 238
      */
239
-    public static function getJsonPData($data){
240
-        return  self::$callbackFunction.'('.json_encode($data).")";
239
+    public static function getJsonPData($data) {
240
+        return  self::$callbackFunction . '(' . json_encode($data) . ")";
241 241
     }
242 242
 
243 243
     /**
Please login to merge, or discard this patch.