zobo / php-language-server

PHP Implementation of the VS Code Language Server Protocol 🆚↔🖥

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP problems reported if there is class method of same name as built-in PHP function

kkozlik opened this issue · comments

Look at the attached picture. There is a class method match that generate 11 problem reported by VS code although this is fine for PHP. When the function is renamed those problems disappear.

obrazek

Match isn't properly categorized as a keyword. Will submit a fix to parser.

Was released with version 1.0.11.
zobo/vscode-php-intellisense@c242c01