@@ -37,6 +37,6 @@ |
||
37 | 37 | } |
38 | 38 | |
39 | 39 | public function isAvailable(FileInfo $file): bool { |
40 | - return (bool)(imagetypes() & IMG_WEBP); |
|
40 | + return (bool) (imagetypes() & IMG_WEBP); |
|
41 | 41 | } |
42 | 42 | } |