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();
Please sign in to leave a comment.
Created http://youtrack.jetbrains.net/issue/WI-520