Community
Participate
Working Groups
The 'Parameter variables' syntax coloring does not work if the parameter is an object. Specifically, when the object is accessing a property. Here is an example. function foo($someObject) { $someVariable = $someObject->bar; } '$someObject' does not have the correct syntax coloring inside the method in this example.
fixed in head and branch
[Petyo Tanchev] Tested on 2.2.1 SR1 Fixed