DDC-3351: [GH-1161] Fixing error with from() parameters in example #4142

Open
opened 2026-01-22 14:36:02 +01:00 by admin · 0 comments
Owner

Originally created by @doctrinebot on GitHub (Oct 14, 2014).

Originally assigned to: @Ocramius on GitHub.

Jira issue originally created by user @doctrinebot:

This issue is created automatically through a Github pull request on behalf of gammamatrix:

Url: https://github.com/doctrine/doctrine2/pull/1161

Message:

The from method requires $from and the $alias to be separate parameters.

public function from($from, $alias, $indexBy = null);

The examples show: from('User u')

Originally created by @doctrinebot on GitHub (Oct 14, 2014). Originally assigned to: @Ocramius on GitHub. Jira issue originally created by user @doctrinebot: This issue is created automatically through a Github pull request on behalf of gammamatrix: Url: https://github.com/doctrine/doctrine2/pull/1161 Message: The from method requires $from and the $alias to be separate parameters. ``` public function from($from, $alias, $indexBy = null); ``` The examples show: from('User u')
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#4142