ZF-11319: loadDefaultDecorators indicates invalid return value
Description
Hi everyone,
the functions loadDefaultDecorators() indicates a "void" return value, but actually it's the form object itself ($this).
/** * Load the default decorators * * @return void */ public function loadDefaultDecorators() { }
Greetings, Rene
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2011-04-23T22:42:22.000+0000
Fix in trunk r23870 and merged to branch release 1.11 r23871 - thanks
Posted by Thomas Weidner (thomas) on 2011-08-25T19:03:52.000+0000
Added to ZF2 with GH-275