X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/c5544ea6607e49bd5f3cceecd59903687e8b1654..39bd200baed00b5b63cc62ce947ef708710ac81c:/src/phorkie/Tool/PHPlint.php?ds=sidebyside diff --git a/src/phorkie/Tool/PHPlint.php b/src/phorkie/Tool/PHPlint.php index 1aa672d..c1d4f98 100644 --- a/src/phorkie/Tool/PHPlint.php +++ b/src/phorkie/Tool/PHPlint.php @@ -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();