Completed
Pull Request — master (#236)
by
unknown
03:52
created
src/TSSFunction/File.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 
28 28
         $path = $this->filePath->getFilePath($fileContents);
29 29
         if (!file_exists($path)) {
30
-            throw new \Exception('File does not exist at: ' . $path);
30
+            throw new \Exception('File does not exist at: '.$path);
31 31
         }
32 32
         $fileContents = file_get_contents($path);
33 33
 
Please login to merge, or discard this patch.