Completed
Pull Request — master (#41)
by
unknown
03:30
created
src/Entities/File.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
         $host = parse_url($this->file, PHP_URL_HOST);
47 47
 
48 48
         // If it has not an url host and it is a file_id
49
-        if ($host === null && ! ctype_alnum($this->file)) {
49
+        if ($host === null && !ctype_alnum($this->file)) {
50 50
             // Then it is a local path
51 51
             return true;
52 52
         } else {
Please login to merge, or discard this patch.