revision display support
[phorkie.git] / src / phorkie / Tool / PHPlint.php
index 1aa672d705f6ea54d395e2bfd9dbdedbfe76b0df..c1d4f98ab3a8542f73e5229f52dad3e25a2fdf17 100644 (file)
@@ -9,7 +9,7 @@ class Tool_PHPlint
 
     public function run(File $file)
     {
-        $fpath = $file->getPath();
+        $fpath = $file->getFullPath();
         $fpathlen = strlen($fpath);
 
         $res = new Tool_Result();