DDC-3549: [GH-1292] Mark getSelectConditionStatementColumnSQL method as private #4365

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

Originally created by @doctrinebot on GitHub (Jan 28, 2015).

Originally assigned to: @guilhermeblanco on GitHub.

Jira issue originally created by user @doctrinebot:

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

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

Message:

The Doctrine/\ORM\Persisters\BasicEntityPersister::getSelectConditionStatementColumnSQL method has been marked as private.

The current protected mark is a bit unuseful since everything is already handled into the public method getSelectConditionStatementSQL.

Originally created by @doctrinebot on GitHub (Jan 28, 2015). Originally assigned to: @guilhermeblanco on GitHub. Jira issue originally created by user @doctrinebot: This issue is created automatically through a Github pull request on behalf of goetas: Url: https://github.com/doctrine/doctrine2/pull/1292 Message: The `Doctrine/\ORM\Persisters\BasicEntityPersister::getSelectConditionStatementColumnSQL` method has been marked as `private`. The current `protected` mark is a bit unuseful since everything is already handled into the public method `getSelectConditionStatementSQL`.
admin added the Improvement label 2026-01-22 14:40:19 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#4365