Passed
Push — master ( 65c81d...5ad417 )
by Caen
03:36 queued 13s
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.
packages/publications/src/Pages/PublicationListPage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,6 +35,6 @@
 block discarded – undo
35 35
 
36 36
     public function showInNavigation(): bool
37 37
     {
38
-        return ! in_array($this->type->getDirectory(), Config::getArray('hyde.navigation.exclude', []));
38
+        return !in_array($this->type->getDirectory(), Config::getArray('hyde.navigation.exclude', []));
39 39
     }
40 40
 }
Please login to merge, or discard this patch.