ZF-8872: return $this, Zend_Validate_PostCode::setFormat()
Description
add return $this in method Zend_Validate_PostCode::setFormat() and too add comment @return Zend_Validate_PostCode Provides a fluent interface
add return $this in method Zend_Validate_PostCode::setFormat() and too add comment @return Zend_Validate_PostCode Provides a fluent interface
Comments
Posted by Martin de Keijzer (martin1982) on 2010-01-20T10:52:10.000+0000
Added the requested patch after seeing that most Validator classes return the instance on the set method.
Posted by Thomas Weidner (thomas) on 2010-01-20T23:27:45.000+0000
Fixed with r20460