@@ -49,7 +49,7 @@ |
||
49 | 49 | |
50 | 50 | protected function validatedStoragePath(): string |
51 | 51 | { |
52 | - if (! file_exists($this->storagePath())) { |
|
52 | + if (!file_exists($this->storagePath())) { |
|
53 | 53 | throw new FileNotFoundException(sprintf('Image at %s does not exist', Hyde::pathToRelative($this->storagePath()))); |
54 | 54 | } |
55 | 55 |