Passed
Push — master ( c00dbf...285f81 )
by Caen
03:35 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
@@ -215,7 +215,7 @@
 block discarded – undo
215 215
     {
216 216
         $storagePath = Hyde::mediaPath($this->source);
217 217
 
218
-        if (! file_exists($storagePath)) {
218
+        if (!file_exists($storagePath)) {
219 219
             throw new FileNotFoundException(customMessage: sprintf('Featured image [%s] not found.', Hyde::pathToRelative($storagePath)));
220 220
         }
221 221
 
Please login to merge, or discard this patch.