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

    r14179 r14329  
    199199     * @param string $component The name of the component the job is associated with, used for error-tracking. 
    200200     * @param Array $job The job to register. 
    201      * @return bool Indicating validity. 
     201     * @return boolean Indicating validity. 
    202202     */ 
    203203    function _validate_job($component, $job) 
     
    271271     * 
    272272     * @param string $handler_name The name of the handler to validate 
    273      * @return bool Indicating success 
     273     * @return boolean Indicating success 
    274274     */ 
    275275    function _validate_handler($handler_name)