Skip to content

Commit

Permalink
Removing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 31, 2014
1 parent cef60b6 commit c3c3024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Validation/Validation.php
Expand Up @@ -901,7 +901,7 @@ public static function mimeType($check, $mimeTypes = array()) {
if (!$finfo) {
throw new RuntimeException('Can not determine the mimetype.');
}

list($mime) = explode(';', $finfo);

if (is_string($mimeTypes)) {
Expand Down

0 comments on commit c3c3024

Please sign in to comment.