ZF-6639: Typo in file arrray (should be array)
Description
Line 187 reads:
$this->_matches = arrray();
Should be:
$this->_matches = array();
in:
Zend/Search/Lucene/Search/Query/Preprocessing/Phrase.php
Line 187 reads:
$this->_matches = arrray();
Should be:
$this->_matches = array();
in:
Zend/Search/Lucene/Search/Query/Preprocessing/Phrase.php
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-05-13T19:45:26.000+0000
Solved in r15574