-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong check result #44
Comments
I think it is a bug too. Could you share the PHP code with which you have linked module A to module B? If you are worried about namespaces uncovering specific details, just rewrite them to dummy namespaces. |
Below code is from a module inside
May I work on this issue and send my PR ? |
Thanks. Yes, this looks pretty much like a bug. It should be picking up on that constant without an issue. Feel free to work on it! |
It might be solved in the meantime. I have set up the same module configuration as in your issue @iranimij |
I have two modules, one in
app/code
and another one in my custom routesrc
that is defined correctly in the main composer.I have created a module in
src
folder and then required a constant from thesrc
folder into the module that is inapp/code
folder.so theoretically the module that is in app/code should have a dependency
but in practice Yireo extension checker does not find it and I think it's a bug.
The text was updated successfully, but these errors were encountered: