Show
Ignore:
Timestamp:
01/24/08 15:42:33 (9 months ago)
Author:
richi
Message:

fixed coding standard issues (var docblock)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/xml/serializer/annotations/stubXMLTagAnnotation.php

    r1229 r1296  
    2727     * Name of the XML tag 
    2828     * 
    29      * @var string 
     29     * @var string 
    3030     */ 
    3131    protected $tagName; 
     
    3333     * Name of the XML tag for elements if this element is indexed 
    3434     * 
    35      * @var string 
     35     * @var string 
    3636     */ 
    3737    protected $elementTagName = null;