Not sure if this is intended but when I try to rename a variable, from $taskID to $taskId I get the following warning:
$taskId seems to already exist in the current function scope. Rename anyway?
When I proceed to rename, nothing changes, the function still has the old name.
Thanks!