Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark getSelectConditionStatementColumnSQL method as private #1292

Merged
merged 1 commit into from
Jan 29, 2015

Conversation

goetas
Copy link
Member

@goetas goetas commented Jan 28, 2015

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.

@doctrinebot
Copy link

Hello,

thank you for creating this pull request. I have automatically opened an issue
on our Jira Bug Tracker for you. See the issue link:

http://www.doctrine-project.org/jira/browse/DDC-3549

We use Jira to track the state of pull requests and the versions they got
included in.

@@ -106,6 +106,10 @@ or any public API on instantiated objects.
Please implement the `Doctrine\ORM\Repository\RepositoryFactory` interface instead of extending
the `Doctrine\ORM\Repository\DefaultRepositoryFactory`.

## BC BREAK: `Doctrine/\ORM\Persisters\BasicEntityPersister::getSelectConditionStatementColumnSQL` has been merked as `private`

The `getSelectConditionStatementColumnSQL` has been removed (marked as `private`) from the API.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't need to be documented, IMO. Persisters are internal API

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We discussed here about this. If it is not required i can remove this.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair enough, though the persisters really changed radically (even their namespace) :|

@goetas
Copy link
Member Author

goetas commented Jan 28, 2015

Done. Does I have to test something?

@Ocramius
Copy link
Member

Nope, looks good :-)

guilhermeblanco added a commit that referenced this pull request Jan 29, 2015
Mark getSelectConditionStatementColumnSQL method as private
@guilhermeblanco guilhermeblanco merged commit 64ef89c into doctrine:master Jan 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants