inspection error "undefined constant" when constants are in arrays.
Currently ZC156, constants are in files and phpStorm can find them.
In the ZC157 Installer, the constants are in an array, main.php and phpStorm cannot find them/flags all of their uses as undefined.
Since I believe this method of defining constants is the plan for the future, a method to correct this inspection would be of use.
Apart from using a separate script to create a file with a static list as done for the db constants it cannot find either (https://github.com/torvista/zen-cart...tion-constants),
anyone have a solution?