Skip to content

Commit 2369052

Browse files
Update doctrine.rst
1 parent 8945448 commit 2369052

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)