You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: