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

    r14328 r14329  
    5959     * 
    6060     * @param Array $documents A list of midcom_services_indexer_document objects. 
    61      * @return bool Indicating success. 
     61     * @return boolean Indicating success. 
    6262     */ 
    6363    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) 
     
    9494     * This will drop the current index. 
    9595     * NB: It is probably better to just stop the indexer and delete the data/index directory! 
    96      * @return bool Indicating success. 
     96     * @return boolean Indicating success. 
    9797     */ 
    9898    function delete_all()