Navigation Menu

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

Comment fixes #436

Merged
merged 2 commits into from Sep 17, 2012
Merged

Comment fixes #436

merged 2 commits into from Sep 17, 2012

Conversation

Powerhamster
Copy link
Contributor

This will update method comments in UnitOfWork and fixes a typo in isCollectionScheduledForDeletion.
It also adds a missing use statement in getQuotedIdentifierColumnNames of ClassMetadateInfo.

@@ -322,10 +323,12 @@ public function commit($entity = null)

// Collection deletions (deletions of complete collections)
foreach ($this->collectionDeletions as $collectionToDelete) {
/** @var PersistentCollection $collectionToDelete */
Copy link
Member

Choose a reason for hiding this comment

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

We do not allow this. Please remove IDE dependant code.

@djlambert
Copy link

Based on the IDE dependent code I might guess you're using PhpStorm? If so you can install the symfony2 code standard for phpcs and enable "PHP Code Sniffer validation" in the Inspections config of PhpStorm (or use phpcs from the command line). It catches a lot of these.

beberlei added a commit that referenced this pull request Sep 17, 2012
@beberlei beberlei merged commit a9517b1 into doctrine:master Sep 17, 2012
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.

None yet

4 participants