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

[Form] Add flexibility for EntityType #13990

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add null as supported value for queryBuilder in docblock
raziel057 committed Mar 25, 2015

Verified

This commit was signed with the committer’s verified signature.
Daanvdplas Daan van der Plas
commit d323db0d9f7e4fca070fed77006ddf08ab477bfd
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ class ORMQueryBuilderLoader implements EntityLoaderInterface
*
* This property should only be accessed through queryBuilder.
*
* @var QueryBuilder
* @var QueryBuilder|null
*/
private $queryBuilder;