Ticket #1405 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

phpdoc incorrect for Manager_Doctrine::getConnection

Reported by: hydra Owned by: jwage
Priority: minor Milestone:
Component: Documentation Version: 1.0.0
Severity: Keywords:
Cc: Has Test: no
Status: Pending Core Response Has Patch: no

Description

the @param tag is wrong, see below

/**
     * Get the connection instance for the passed name
     *
     * @param integer $index
     * @return object Doctrine_Connection
     * @throws Doctrine_Manager_Exception   if trying to get a non-existent connection
     */
    public function getConnection($name)

Change History

Changed 10 months ago by jwage

  • milestone changed from 1.0.0 to 1.0 Documentation

Changed 10 months ago by guilhermeblanco

  • status changed from new to closed
  • resolution set to fixed

(In [4869]) fixes #1405. Thanks for the tip!

Changed 10 months ago by anonymous

  • milestone 1.0 Documentation deleted

Milestone 1.0 Documentation deleted

Note: See TracTickets for help on using tickets.