luckyraul opened a new issue, #7680:
URL: https://github.com/apache/netbeans/issues/7680
### Apache NetBeans version
Apache NetBeans 22
### What happened
Netbeans shows warning - ```PSR-4 Violation. Namespace declaration doesn't
correspond to current directory structure```
### Language / Project Type / NetBeans Component
php
### How to reproduce
My ```composer.json```
```
"autoload": {
"psr-4": {
"Vendor\\Package\\": "src/"
}
},
```
and ```src/Package.php```
```
<?php
namespace Vendor\Package;
class Package
{
}
```
### Did this work correctly in an earlier version?
No / Don't know
### Operating System
MacOS
### JDK
20
### Apache NetBeans packaging
Apache NetBeans provided installer
### Anything else
_No response_
### Are you willing to submit a pull request?
No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists