Skip to content

Commit 10d3de9

Browse files
committed
bug #12601 Update doctrine.rst (dawidpierzchalski)
This PR was merged into the 4.3 branch. Discussion ---------- Update doctrine.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 2369052 Update doctrine.rst
2 parents 9949cfd + 2369052 commit 10d3de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ based on PHP conditions)::
755755
$qb = $this->createQueryBuilder('p')
756756
->where('p.price > :price')
757757
->setParameter('price', $price)
758-
->orderBy('p.price', 'ASC')
758+
->orderBy('p.price', 'ASC');
759759

760760
if (!$includeUnavailableProducts) {
761761
$qb->andWhere('p.available = TRUE')

0 commit comments

Comments
 (0)