Completed
Push — 4.0 ( 110233...386c95 )
by Marco
03:51
created
src/Comodojo/Dispatcher/Response/Preprocessor/Status200.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
         $type = $this->response->getContent()->type();
34 34
         $charset = $this->response->getContent()->charset();
35 35
 
36
-        if (empty($charset)) {
36
+        if ( empty($charset) ) {
37 37
             $this->response->getHeaders()->set("Content-type", strtolower($type));
38 38
         } else {
39 39
             $this->response->getHeaders()->set("Content-type", strtolower($type)."; charset=".$charset);
Please login to merge, or discard this patch.