Completed
Pull Request — develop (#130)
by Jaap
03:26
created
src/phpDocumentor/Reflection/File/LocalFile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      */
41 41
     public function getContents(): string
42 42
     {
43
-        return (string) file_get_contents($this->path);
43
+        return (string)file_get_contents($this->path);
44 44
     }
45 45
 
46 46
     /**
Please login to merge, or discard this patch.