shiftedit
shiftedit copied to clipboard
PHP Linter do not recognize some php keywords
I'm curious that the php linter do not recognize some php keywords like password_verify, password_hash. The like in if ($data['username'] === $this->config->item('admin_username') && password_verify($data['password'],$this->config->item('admin_password'))) { } sometimes the php linter recognize the password_verify but color do not change to blue.
How does shiftedit php linter works