Passed
Branch main (5ae978)
by Debusschère
10:56
created
Category
src/MimeType/MimeType.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -411,8 +411,7 @@
 block discarded – undo
411 411
     protected function unquote(string $str): string
412 412
     {
413 413
         return $this->isQuotedString($str) ?
414
-            trim($str, '\'"') :
415
-            $str;
414
+            trim($str, '\'"') : $str;
416 415
     }
417 416
 
418 417
     /**
Please login to merge, or discard this patch.