| Summary: | [syntax coloring] 'Parameter variables' syntax coloring does not work with objects | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Joshua Ross <joshualross> |
| Component: | PDT | Assignee: | PHP UI <php.ui-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | gadi |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
fixed in head and branch [Petyo Tanchev] Tested on 2.2.1 SR1 Fixed |
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.