Project

General

Profile

Actions

Bug #61569

closed

Fix typo in comment (method header)

Added by Michael Schams about 10 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2014-09-14
Due date:
% Done:

100%

Estimated time:
0.25 h
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:

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").

Actions #1

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").

Actions #2

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

Actions #3

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

Actions #4

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

Actions #5

Updated by Michael Schams about 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF