Passed
Push — master ( 8994b4...b44688 )
by Arman
03:12 queued 12s
created
src/Http/Response/HttpResponse.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -236,8 +236,8 @@  discard block
 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
     /**
@@ -300,7 +300,7 @@  discard block
 block discarded – undo
300 300
      * @param array $arr
301 301
      * @param \SimpleXMLElement $simpleXML
302 302
      */
303
-    private static function composeXML(array $arr, SimpleXMLElement &$simpleXML)
303
+    private static function composeXML(array $arr, SimpleXMLElement & $simpleXML)
304 304
     {
305 305
         foreach ($arr as $key => $value) {
306 306
             if (is_numeric($key)) {
Please login to merge, or discard this patch.