Hi Ignace, Why can't the Url::resolve method also expose the `$errors` parameter like > the constructor and the parse static method ? As far as I understand it > nothing prevents the API from exposing the errors during URI resolution > which is a proxy method for the constructor call just like the `parse` > named constructor ?
Sure, that's also a good catch! It was an omission until now, and I've recently fixed this: so now Uri\WhatWg\Url::resolve() has a 2nd parameter ($softErrors). Regards, Máté