Commit 65320a4
committed
minor #10759 Update typo inside findAllGreaterThanPrice method in Databases and the Doctrine ORM (svjp)
This PR was submitted for the 4.2 branch but it was merged into the 4.1 branch instead (closes #10759).
Discussion
----------
Update typo inside findAllGreaterThanPrice method in Databases and the Doctrine ORM
Hello everyone 😄,
I realized that the `findAllGreaterThanPrice()` does not use the `$price` parameter that it receives in the method example.
Then I thought maybe someone just didn't notice it while writing the docs, why not fix it right? I think it could generate some confusion.
Cheers!
Commits
-------
16e5b3e Update doctrine.rst1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
678 | | - | |
| 678 | + | |
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
| |||
696 | 696 | | |
697 | 697 | | |
698 | 698 | | |
699 | | - | |
| 699 | + | |
700 | 700 | | |
701 | 701 | | |
702 | 702 | | |
| |||
0 commit comments