https://bugzilla.wikimedia.org/show_bug.cgi?id=51063
Ori Livneh <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Ori Livneh <[email protected]> --- I'm not able to reproduce this; can you provide some additional details? Here's what I tried: $schema = array( 'properties' => array( 'collection' => array( 'type' => 'array', ), ) ); $obj = array( 'collection' => array( 8, "hello", array(6) ) ); var_dump ( efSchemaValidate( $obj, $schema ) ); // output: bool(true) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
