Hello,
I have this very annoying error box that keeps popping up when I click a variable or a method referenced used $this.
Here is the error:
An internal error occurred during: "Open Type Hierarchy action".
org.eclipse.dltk.ast.ASTNode.end()I
Code:
class myPlugin {
private $_sites;
private $_path;
public function __construct(){
$this->_sites = $this->initSites();
}
private function initSites(){
//Scan for sites in sites/ directory
//Return site names
return $sites;
}
}
So its obviously not code related.
Thank you for your help!
