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/xmlshell.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) 
     
    7878     *  
    7979     * @param string $RI The resource identifier of the document that should be deleted. 
    80      * @return bool Indicating success. 
     80     * @return boolean Indicating success. 
    8181     */ 
    8282    function delete ($RI) 
     
    9393     * This will drop the current index. 
    9494     *  
    95      * @return bool Indicating success. 
     95     * @return boolean Indicating success. 
    9696     */ 
    9797    function delete_all()