Show
Ignore:
Timestamp:
01/09/08 00:20:19 (1 year ago)
Author:
flack
Message:

unify bool/boolean to boolean in docblocks (php manual says this is the correct designator)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.core/midcom/services/indexer/backend/xmltcp.php

    r13625 r14329  
    6464     *  
    6565     * @param Array $documents A list of midcom_services_indexer_document objects. 
    66      * @return bool Indicating success. 
     66     * @return boolean Indicating success. 
    6767     */    
    6868    function index ($documents) 
     
    8181     *  
    8282     * @param string $RI The resource identifier of the document that should be deleted. 
    83      * @return bool Indicating success. 
     83     * @return boolean Indicating success. 
    8484     */ 
    8585    function delete ($RI) 
     
    9999     * This will drop the current index. 
    100100     *  
    101      * @return bool Indicating success. 
     101     * @return boolean Indicating success. 
    102102     */ 
    103103    function delete_all() 
     
    148148     *  
    149149     * Note, that both classes call generate_error on critical errors. 
    150      * @return bool Indicating success of execution, does not indicate indexer-reported 
     150     * @return boolean Indicating success of execution, does not indicate indexer-reported 
    151151     *     errors or warnings. 
    152152     */