@@ -66,7 +66,7 @@ |
||
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(); |