Ticket #1405 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.