Changeset 1182

Show
Ignore:
Timestamp:
12/23/07 12:25:00 (1 year ago)
Author:
mikey
Message:

fixed method signature

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/rdbms/stubDatabaseConnectionProvider.php

    r1055 r1182  
    3939     * returns the connection to be injected 
    4040     * 
     41     * @param   stubReflectionClass     $type 
    4142     * @return  stubDatabaseConnection 
    4243     */ 
    43     public function get(stubReflectionClass $type) 
     44    public function get(stubBaseReflectionClass $type) 
    4445    { 
    4546        return stubDatabaseConnectionPool::getConnection($this->connectionId);