Passed
Push — master ( 0e441f...0d5f72 )
by Caen
03:21 queued 14s
created
framework/src/Framework/Features/Blogging/Models/LocalFeaturedImage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.