@@ -197,7 +197,7 @@ |
||
197 | 197 | */ |
198 | 198 | public function getContentHash() |
199 | 199 | { |
200 | - return $this->contentHash ? strtoupper($this->contentHash): null; |
|
200 | + return $this->contentHash ? strtoupper($this->contentHash) : null; |
|
201 | 201 | } |
202 | 202 | |
203 | 203 | /** |