Test Failed
Pull Request — master (#1125)
by
unknown
10:13 queued 05:20
created
src/LfmUploadValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
         $mimetype = $this->file->getMimeType();
67 67
 
68 68
 
69
-        $excutable = ['text/x-php'];
69
+        $excutable = [ 'text/x-php' ];
70 70
 
71 71
         if (in_array($mimetype, $excutable)) {
72 72
             throw new ExcutableFileException();
Please login to merge, or discard this patch.