Closed ging-dev closed 2 months ago
<?php use League\Uri\Uri; Uri::new()-> // no autocomplete
This case working:
<?php \League\Uri\Uri::new()-> // working
Thank you for reporting the issue. The completion with :: broke, working on it.
::
regression in v1.51.16045, fixed
v1.51.16045
This case working: