ZF-2722: Function names violates Coding Standards
Description
I´ve found some misnamed functions which violates our coding standards.
Zend_Search_Lucene_Field: - Binary() - Keyword() - Text() - UnIndexed() - UnStored()
{quote}Functions and Methods [...] Function names must always start with a lowercase letter. When a function name consists of more than one word, the first letter of each new word must be capitalized. This is commonly called the "camelCaps" method. [...]{quote} http://framework.zend.com/wiki/display/…
Comments
Posted by Wil Sinclair (wil) on 2008-02-25T13:41:49.000+0000
Unsetting 'fix version' and 'fix version priority' until this issue is reviewed.
Posted by julien PAULI (doctorrock83) on 2008-09-30T10:12:38.000+0000
fixed at r11551
Posted by Wil Sinclair (wil) on 2008-11-13T14:09:59.000+0000
Changing issues in preparation for the 1.7.0 release.