@@ -26,7 +26,7 @@ |
||
| 26 | 26 | */ |
| 27 | 27 | public function getContents() |
| 28 | 28 | { |
| 29 | - return ! $this->mustExist || $this->exists() |
|
| 29 | + return !$this->mustExist || $this->exists() |
|
| 30 | 30 | ? file_get_contents($this->getValue()) |
| 31 | 31 | : false; |
| 32 | 32 | } |