### Description The following code: ```php <?php echo (new Uri\WhatWg\Url('scheme://host'))->withHost('[::1')->toAsciiString(); ``` Resulted in this output: ``` scheme://host ``` But I expected this output instead: ``` InvalidUrlException to be thrown ``` The error is silently ignore instead of throwing an exception with `UrlValidationErrorType::Ipv6Unclosed` see https://3v4l.org/c6jcZ/rfc#vgit.master ### PHP Version ```plain PHP 8.5-dev ``` ### Operating System _No response_