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 6138afd commit a418cf6Copy full SHA for a418cf6
lib/Doctrine/ORM/QueryBuilder.php
@@ -1336,8 +1336,6 @@ public function addCriteria(Criteria $criteria)
1336
* @param string $queryPartName
1337
*
1338
* @return mixed $queryPart
1339
- *
1340
- * @todo Rename: getQueryPart (or remove?)
1341
*/
1342
public function getDQLPart($queryPartName)
1343
{
@@ -1348,8 +1346,6 @@ public function getDQLPart($queryPartName)
1348
1346
* Gets all query parts.
1349
1347
1350
* @return array $dqlParts
1351
1352
- * @todo Rename: getQueryParts (or remove?)
1353
1354
public function getDQLParts()
1355
0 commit comments