hi , i used atom editor but when type example:
if ($state == dallas) {
array_push($city,"dallas","other");
}
linter not work for if ($state == dallas)
so correct this if ($state == "dallas")
in other editor like phpstorm warning for this! how to active this?