Show
Ignore:
Timestamp:
01/25/08 20:09:22 (9 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/reflection/annotations/stubAbstractAnnotation.php

    r1296 r1301  
    9191     * takes care of serializing the value 
    9292     * 
    93      * @param  array   $propertiesToSerialize  list of properties to serialize 
    94      * @param  string  $name                   name of the property to serialize 
    95      * @param  mixed   $value                  value to serialize 
     93     * @param  array   &$propertiesToSerialize  list of properties to serialize 
     94     * @param  string  $name                    name of the property to serialize 
     95     * @param  mixed   $value                  value to serialize 
    9696     */ 
    9797    protected function __doSerialize(&$propertiesToSerialize, $name, $value)