If I have an array of objects, and loop through them assigning a value to an attribute for each one, WebStorm warns me:
Values assigned to primitive w
If you will use square brackets the JetBrains editor(WebS/PhpS) will not show you any error.
person['surname'] = 'Baz';