@@ -215,7 +215,7 @@ |
||
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 |
@@ -35,6 +35,6 @@ |
||
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 | } |