Completed
Pull Request — master (#48)
by Vladimir
03:15
created
src/allejo/stakx/Document/DataItem.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 
34 34
         if (!$this->fs->exists($filePath))
35 35
         {
36
-            throw new FileNotFoundException("The following file could not be found: ${filePath}");
36
+            throw new FileNotFoundException("The following file could not be found: ${filepath}");
37 37
         }
38 38
 
39 39
         $this->fileExtension = strtolower($this->fs->getExtension($filePath));
Please login to merge, or discard this patch.