Bug #61569
closedFix typo in comment (method header)
100%
Description
Fix minor typo in the method description (comment) in class TYPO3\CMS\Extbase\Persistence\Generic\Query.php
/** * Performs a logical conjunction of the given constraints. * The method takes one or more contraints and concatenates them with a boolean AND. * It also scepts a single array of constraints to be concatenated. * * @param mixed $constraint1 The first of multiple constraints or an array of constraints. * @throws Exception\InvalidNumberOfConstraintsException * @return \TYPO3\CMS\Extbase\Persistence\Generic\Qom\AndInterface * @api */ public function logicalAnd($constraint1) { ... }
...should read: The method takes one or more constraints and concatenates them... (constraints with letter "s", rather than "contraints").
Updated by Michael Schams about 10 years ago
Also:
...should read: It also accepts a single array of constraints to be concatenated... (accepts, rather than "scepts").
Updated by Gerrit Code Review about 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32754
Updated by Gerrit Code Review about 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32754
Updated by Gerrit Code Review about 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/32755
Updated by Michael Schams about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7f16fe2d4d0b97e226fef717a2c69e89f793c8c5.