Passed
Push — master ( f2ac3c...abba28 )
by Caen
03:46 queued 12s
created
packages/framework/src/Framework/Features/Blogging/Models/FeaturedImage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -212,7 +212,7 @@
 block discarded – undo
212 212
     {
213 213
         $storagePath = Hyde::mediaPath($this->source);
214 214
 
215
-        if (! file_exists($storagePath)) {
215
+        if (!file_exists($storagePath)) {
216 216
             throw new FileNotFoundException(sprintf('Image at %s does not exist', Hyde::pathToRelative($storagePath)));
217 217
         }
218 218
 
Please login to merge, or discard this patch.