Skip to content

Functions with root namespace #19

Open
@mariusbalcytis

Description

@mariusbalcytis

Fails with the following code:

<?php

namespace A;

function test()
{
    return \trim('');
}

This provides use trim; which is only to be used with classes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions