Show
Ignore:
Timestamp:
12/06/07 23:11:20 (1 year ago)
Author:
mikey
Message:

fixed a bunch of coding style issues detected with new coding style check mechanism

Files:

Legend:

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

    r432 r1127  
    55 * @author      Stephan Schmidt <schst@stubbles.net> 
    66 * @package     stubbles 
    7  * @subpackage  xml_serializer 
     7 * @subpackage  xml_serializer_annotations 
    88 */ 
    99stubClassLoader::load('net.stubbles.reflection.annotations.stubAnnotation', 
    10                       'net.stubbles.reflection.annotations.stubAbstractAnnotation'); 
    11  
     10                      'net.stubbles.reflection.annotations.stubAbstractAnnotation' 
     11); 
    1212/** 
    1313 * Annotation for XMLSerializer 
     
    1616 * 
    1717 * @package     stubbles 
    18  * @subpackage  xml_serializer 
     18 * @subpackage  xml_serializer_annotations 
    1919 */ 
    20 interface stubXMLPropertiesAnnotation { 
    21  
     20interface stubXMLPropertiesAnnotation 
     21
    2222    /** 
    2323     * Get the name of the tag to use for a property 
    2424     * 
    25      * @param stubReflectionProperty $property 
    26      * @param mixed $propertyValue 
    27      * @return string|false 
     25     * @param   stubReflectionProperty $property 
     26     * @param   mixed                  $propertyValue 
     27     * @return string|false 
    2828     */ 
    2929    public function getTagnameForProperty(stubReflectionProperty $property, $propertyValue);