Yes there is a way but I have some problems with results reporting. According to this article we could use bundled IntelliJ IDEAit detects only typos on Symfony project.
But looks like they are stored in JetBrains format and there is no such parcer in Builds Features / XML Reports Processing in TeamCity so there could be undocumented feature to process them or you could use XSLT to convert reports to supported formats.
Yes there is a way but I have some problems with results reporting.
According to this article we could use bundled IntelliJ IDEA it detects only typos on Symfony project.
But you could run PHPStorm in CLI to generate *.xml reports like those:
But looks like they are stored in JetBrains format and there is no such parcer in Builds Features / XML Reports Processing in TeamCity so there could be undocumented feature to process them or you could use XSLT to convert reports to supported formats.