Replies: 1 comment
-
For me there was a problem in Jenkins job related to php version which was used during composer installation. Somehow the latest version of Qodana used incorrect php version(8.0 instead of 8.1). So that packages were not installed and Qodana showed many errors for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I have a lot of
Undefined namespace
errors for libs that come from the composer. Doc said the composer should run in Qodana. It's hard to judge, but it seems like for every file. Is there a way to debug and see if something is wrong with the composer run? An example here isUndefined namespace 'Aws'
line 6. Filesrc/Api/Aws/AwsFactory.php
Here is composer
Beta Was this translation helpful? Give feedback.
All reactions