Completed
Push — master ( 5b8d73...30d679 )
by Adam
21:09
created
src/File.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.