Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
phpStorm doesn't seem to know what the Connection::con() method returns.
Do you have a phpDoc in there?
class Connection {
/**
* @return \PDO;
*/
public static function con() {
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question