@@ -122,7 +122,7 @@ discard block |
||
122 | 122 | if (strpos($path, '/webdav/') === 0) { |
123 | 123 | $path = substr($path, strlen('/webdav')); |
124 | 124 | } |
125 | - $path = $this->path . $path; |
|
125 | + $path = $this->path.$path; |
|
126 | 126 | $mimeType = $this->mimeTypeDetector->detectPath($path); |
127 | 127 | return $this->cacheAndReturnMimeType($this->storage->getId(), $path, $mimeType); |
128 | 128 | } |
@@ -215,6 +215,6 @@ discard block |
||
215 | 215 | } |
216 | 216 | |
217 | 217 | public function supportedEntities(): array { |
218 | - return [ File::class ]; |
|
218 | + return [File::class]; |
|
219 | 219 | } |
220 | 220 | } |