Loading src/ExtractFileValidator.php +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ class ExtractFileValidator { } } // Ensure we get an array of unique mime values because many extension can // map the the same mime type. // map the same mime type. return array_unique($excluded_mimes); } Loading Loading
src/ExtractFileValidator.php +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ class ExtractFileValidator { } } // Ensure we get an array of unique mime values because many extension can // map the the same mime type. // map the same mime type. return array_unique($excluded_mimes); } Loading