DEVSENSE / phptools-docs

PHP Tools public content
Apache License 2.0
78 stars 10 forks source link

Bug with package `league/uri` #664

Closed ging-dev closed 14 hours ago

ging-dev commented 16 hours ago
<?php
use League\Uri\Uri;

Uri::new()-> // no autocomplete

This case working:

<?php

\League\Uri\Uri::new()-> // working
jakubmisek commented 14 hours ago

Thank you for reporting the issue. The completion with :: broke, working on it.

jakubmisek commented 14 hours ago

regression in v1.51.16045, fixed