Skip to content

Commit

Permalink
Merge branch 'master' of github.com:overtrue/phplint
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Nov 9, 2018
2 parents 33f9e00 + 8684797 commit f288bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public static function getFilename()
if (\is_dir(\dirname(self::$filename))) {
return self::$filename;
}

return (getcwd() ?: './').'/'.self::$filename;
}
}

0 comments on commit f288bfd

Please sign in to comment.