Show
Ignore:
Timestamp:
11/05/06 00:50:01 (2 years ago)
Author:
dominik
Message:

more documentation fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/response/AgaviXmlrpcepiphpResponse.class.php

    r1098 r1239  
    5454   * Prepend content to the existing content for this Response. 
    5555   * 
    56    * @param      mixed The content to be prepended to this Response. 
     56   * @param      array The content to be prepended to this Response. 
    5757   * 
    5858   * @return     bool Whether or not the operation was successful. 
     
    6969   * Append content to the existing content for this Response. 
    7070   * 
    71    * @param      mixed The content to be appended to this Response. 
     71   * @param      array The content to be appended to this Response. 
    7272   * 
    7373   * @return     bool Whether or not the operation was successful.