Test Failed
Pull Request — master (#281)
by
unknown
22:49
created
core/UserNetAPI.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
             $returnArray['otherdata'] = $otherData;
78 78
         }
79 79
         header('Content-Type: application/json');
80
-        return(json_encode($returnArray), \JSON_UNESCAPED_SLASHES | \JSON_UNESCAPED_UNICODE | \JSON_THROW_ON_ERROR) . "\n";
80
+        return(json_encode($returnArray), \JSON_UNESCAPED_SLASHES | \JSON_UNESCAPED_UNICODE | \JSON_THROW_ON_ERROR)."\n";
81 81
     }
82 82
 
83 83
     /**
Please login to merge, or discard this patch.