[DDC-2180] [GH-527] Fix documentation for Doctrine\ORM\Query\AST\Node::dispatch() Created: 30/Nov/12 Updated: 30/Nov/12 Resolved: 30/Nov/12 |
|
| Status: | Resolved |
| Project: | Doctrine 2 - ORM |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of BenMorel: Url: https://github.com/doctrine/doctrine2/pull/527 Message: Because Node::dispatch() is not documented as `@return string`, static code analysis returned the following error in our project: > void method 'dispatch' result used This fixes the documentation for this method. |
| Comments |
| Comment by Benjamin Eberlei [ 30/Nov/12 ] |
|
A related Github Pull-Request [GH-527] was closed |