PHP-Namespace-Resolver icon indicating copy to clipboard operation
PHP-Namespace-Resolver copied to clipboard

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

Open jinoantony opened this issue 5 years ago • 0 comments

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

jinoantony avatar Sep 28 '19 08:09 jinoantony