ZF2-393: InArray can't receive user defined options
Description
The constructor of the class InArray swallows its options. The options passed will not be submitted to the parent constructor.
parent::__construct();
must be
parent::__construct($options);
Comments
Posted by Maks 3w (maks3w) on 2012-07-12T11:06:45.000+0000
Open Pull Request https://github.com/zendframework/zf2/pull/1858