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

    r13424 r14329  
    6464     * and returns the result. 
    6565     *  
    66      * @param bool $mask_request Set this to true to mask all occurences of </request> in the content with 
     66     * @param boolean $mask_request Set this to true to mask all occurences of </request> in the content with 
    6767     *     </request_>, which is required for the TCP backends. (PHP cannot close a TCP socket in one direction 
    6868     *     only, so EOF checks won't work.