I have a project in PHPStorm that contains several libraries (Zend, Doctrine, ...) grouped in a library folder.
When checking the code, I want the PHP code in these folders to be parsed (so that PHPStorm will know how Zend_Form declared).
However, I do not want messages found in these folders to be sent because they cannot be controlled.
The only workaround I have found so far is to mark the directories as "Test Source" and uncheck "Enable Test Sources" in the code verification window. Needless to say, this is not the best solution!
phpstorm
Benjamin Jun 21 2018-12-12T00: 00Z
source share