static keyword is treated wrong by a code validator

absolutely correct php5.3 string of code is highlighted as having errors:

return isset(static::$INSTANCE) ? static::$INSTANCE : static::$INSTANCE = new static($dsn, $user, $pass);




WebIDE 701 doesn't know two constructions:
- static::$INSTANCE
- new static();
0

Please sign in to leave a comment.