Show
Ignore:
Timestamp:
01/25/08 20:09:22 (10 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/ioc/stubBinder.php

    r1296 r1301  
    4747     * Create a new binder 
    4848     * 
    49      * @param stubInjector $injector 
     49     * @param stubInjector $injector 
    5050     */ 
    5151    public function __construct(stubInjector $injector = null) 
     
    6161     * Bind a new interface to a class 
    6262     * 
    63      * @param string $interface 
    64      * @return stubClassBinding 
     63     * @param   string $interface 
     64     * @return stubClassBinding 
    6565     */ 
    6666    public function bind($interface) 
     
    7474     * Bind a new constant 
    7575     * 
    76      * @return stubConstantBinding 
     76     * @return stubConstantBinding 
    7777     */ 
    7878    public function bindConstant() 
     
    8686     * Get an injector for this binder 
    8787     * 
    88      * @return stubInjector 
     88     * @return stubInjector 
    8989     */ 
    9090    public function getInjector()