Community
Participate
Working Groups
<?php class Employee { } class Employee1 { } $rows = array(); $rows[] = new Employee(); $rows[] = new Employee1(); $rows should be multitype:Employee Employee1 $rows[0] should be Ambigous <Employee, Employee1>
Created attachment 184097 [details] patch based on zhao's patch
Created attachment 184098 [details] unit tests
fixed
Verified. Closing...