In PhpStorm, with the 2.0.9 IDE stubs from Phalcon Developer Tools, I am seeing this:
Unresolved symbols. (that code is straight up from the tutorials)
If I navigate to the definition of executeQuery, I see this:
Shouldn't the return interface be Phalcon\Mvc\Model\Query\StatusInterface?
I started using Phalcon yesterday, so I may be doing something wrong. I would like to know what.
Do the stubs need to be fixed? How do I do that?