[DDC-1090] API Documentation for Doctrine\DBAL\Logging\SQLLogger::startQuery() is Incorrect Created: 31/Mar/11 Updated: 13/May/11 Resolved: 13/May/11 |
|
| Status: | Resolved |
| Project: | Doctrine 2 - ORM |
| Component/s: | Documentation |
| Affects Version/s: | 2.0.3 |
| Fix Version/s: | 2.0.5 |
| Security Level: | All |
| Type: | Documentation | Priority: | Minor |
| Reporter: | Kevin Herrera | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
N/A |
||
| Attachments: |
|
| Description |
|
This page displays contradicting information about the startQuery() interface method: http://www.doctrine-project.org/api/dbal/2.0/doctrine/dbal/logging/sqllogger.html The $types argument is documented as $executionMS, which is not even in the method declaration. |
| Comments |
| Comment by Guilherme Blanco [ 13/May/11 ] |
|
Fixed on master. https://github.com/doctrine/dbal/commit/10ff0e0e6f327976cf9998b44a54168a568a0264 |