Failed Conditions
Push — master ( c04808...f5c6c8 )
by Arnold
04:54
created
src/Controller/Output.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -290,7 +290,8 @@
 block discarded – undo
290 290
      */
291 291
     protected function getContentType($format)
292 292
     {
293
-        if (\Jasny\str_contains($format, '/')) { // Already MIME
293
+        if (\Jasny\str_contains($format, '/')) {
294
+// Already MIME
294 295
             return $format;
295 296
         }
296 297
         
Please login to merge, or discard this patch.