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.php

    r13625 r14329  
    3434     *  
    3535     * @param Array $documents A list of midcom_services_indexer_document objects. 
    36      * @return bool Indicating success. 
     36     * @return boolean Indicating success. 
    3737     */    
    3838    function index ($documents) 
     
    4545     *  
    4646     * @param string $RI The resource identifier of the document that should be deleted. 
    47      * @return bool Indicating success. 
     47     * @return boolean Indicating success. 
    4848     */ 
    4949    function delete ($RI) 
     
    5757     * This will drop the current index. 
    5858     *  
    59      * @return bool Indicating success. 
     59     * @return boolean Indicating success. 
    6060     */ 
    6161    function delete_all()