path-util icon indicating copy to clipboard operation
path-util copied to clipboard

Incorrect documentation

Open DaveLiddament opened this issue 6 years ago • 1 comments

Comment for method Path::makeAbsolute is incorrect.

Path::makeAbsolute("C:/style.css", "/webmozart/puli/css");

actually returns C:/style.css rather than throwing an exception (as documentation says), possibly functionality changed with version 2.5?

DaveLiddament avatar Nov 19 '18 22:11 DaveLiddament

Here is proposed fix: https://github.com/webmozart/path-util/pull/28

DaveLiddament avatar Nov 19 '18 22:11 DaveLiddament