Hello to everyone. I am using PHPstorm and have a question about the phalcon config.
I have something in my config.php like
return new \Phalcon\Config(array(
'database' => array(
'adapter' => 'Mysql',
When i use the code, the codestyle is not 100% correct in PHPstorm, because for sure the ide doesnt know if that exists or not. Is there a proper way to make this IDE acceptable?
$config->database->adapter
Thanks for your help. Pat