ZF-6998: Little typos in PHPDoc blocks of different ZendFramework classes
Description
Sometimes a param is declared as @param string ; but an array can be set ; so the tag should be @param string|array
Other typos detected as well
Sometimes a param is declared as @param string ; but an array can be set ; so the tag should be @param string|array
Other typos detected as well
Comments
Posted by julien PAULI (doctorrock83) on 2009-06-12T10:58:57.000+0000
r16028 is the patch