Show
Ignore:
Timestamp:
11/04/06 22:47:21 (2 years ago)
Author:
dominik
Message:

phpdoc fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/action/AgaviActionStack.class.php

    r881 r1235  
    8282   * Retrieve the first entry. 
    8383   * 
    84    * @return     AgaviActionStackEntry An action stack entry implementation. 
     84   * @return     AgaviActionStackEntry An action stack entry implementation or  
     85   *                                   null if the action stack is empty. 
    8586   * 
    8687   * @author     Sean Kerr <skerr@mojavi.org> 
     
    100101   * Retrieve the last entry. 
    101102   * 
    102    * @return     AgaviActionStackEntry An action stack entry implementation. 
     103   * @return     AgaviActionStackEntry An action stack entry implementation or  
     104   *                                   null if the action stack is empty. 
    103105   * 
    104106   * @author     Sean Kerr <skerr@mojavi.org>