Test Setup Failed
Push — test ( 8f35ef...256cd8 )
by Tom
02:35
created
src/File/File.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.