WARN: Can not create symbols for file: stores.phtml

Hello,
I am using SonarCloud with bitbucket pipeline.
I am getting following errors with phtml files

WARN: Can not create symbols for file: stores.phtml

How can I fix it and what does it means.

Thank you.

Hello @waleedmazhar,

Thank you for your report. We used so-called symbols to track relationships between classes and functions within files, but also between files. In some cases, we cannot create all symbols correctly. Especially in contexts like phtml, where several languages are mixed. However, it is not a big problem and does not significantly limit your analysis results.
We will reduce the log level for this warning so that it does not cause too much confusion.

Best,
Nils