We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8945448 commit 2369052Copy full SHA for 2369052
doctrine.rst
@@ -755,7 +755,7 @@ based on PHP conditions)::
755
$qb = $this->createQueryBuilder('p')
756
->where('p.price > :price')
757
->setParameter('price', $price)
758
- ->orderBy('p.price', 'ASC')
+ ->orderBy('p.price', 'ASC');
759
760
if (!$includeUnavailableProducts) {
761
$qb->andWhere('p.available = TRUE')
0 commit comments