PHP-Namespace-Resolver
PHP-Namespace-Resolver copied to clipboard
import functions
Would you consider adding the capability to import functions declared in namespaces or at the root?
use function get_called_class
as an example?
I was looking for the same