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/cache/module/phpscripts.php

    r14130 r14329  
    8888     *     is based upon. If you pass more then one timestamp, the newest timestamp is used for 
    8989     *     the comparison. 
    90      * @return bool Indicating success. 
     90     * @return boolean Indicating success. 
    9191     */ 
    9292    function load($identifier, $lastmodified) 
     
    140140     * @param string $code The code to add to the cache, it must <i>not</i> include the php  
    141141     *     opening/closing tags, they will be added automatically during cache file creation. 
    142      * @param bool Indicating success. 
     142     * @param boolean Indicating success. 
    143143     */ 
    144144    function add($identifier, $code)