Skip to content

Incorrect namespace generation when project name contains one of the psr4 namespace #66

Open
ctf0/PHP-Namespace-Resolver
#4
@jinoantony

Description

@jinoantony

There is an issue in namespace generation when the project name contains one of the psr4 namespace.

"psr-4": {
   "App\\": "app/",
   "BackOffice\\": "Modules/BackOffice/"
}

Screenshot (178)

Even though the correct namespace is App\Http\Middleware the extension generate it as App

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions