Completed
Push — master ( d339f3...382f5f )
by Tomas
05:14
created
src/Response/JsonApiResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      * @param string $contentType
28 28
      * @param string $charset
29 29
      */
30
-    public function __construct($code, $data, $contentType = 'application/json', $charset ='utf-8')
30
+    public function __construct($code, $data, $contentType = 'application/json', $charset = 'utf-8')
31 31
     {
32 32
         parent::__construct($data, $contentType);
33 33
         $this->charset = $charset;
Please login to merge, or discard this patch.