Community
Participate
Working Groups
For the following code, we should provide CA for "$array[0]->|". <?php class Employee { public $a; } class Employee1 { public $b; } $array = array(new Employee(), new Employee1()); $array[0]->| // support CA here ?>
Created attachment 184005 [details] patch
Created attachment 184006 [details] unit test
thanks!
Verified. Closing...