Show
Ignore:
Timestamp:
01/25/08 20:09:22 (4 months ago)
Author:
richi
Message:

coding standards: fixed coding standards issues (function docblock)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/websites/stubPage.php

    r1296 r1301  
    9595     * returns the list of resources 
    9696     * 
    97      * @return array 
     97     * @return array 
    9898     */ 
    9999    public function getResources() 
     
    105105     * adds an element to the page 
    106106     * 
    107      * @param  stubPageElement  $pageElement 
     107     * @param  stubPageElement  $element 
    108108     */ 
    109109    public function addElement(stubPageElement $element)