Skip to content
Snippets Groups Projects
Commit 7f16fe2d authored by Michael Schams's avatar Michael Schams Committed by Stefan Neufeind
Browse files

[BUGFIX] Fix typos in comment (method header)

This patch fixes two minor typos in the method description (comment)
in class TYPO3\CMS\Extbase\Persistence\Generic\Query.php for method
logicalAnd().

Resolves: #61569
Releases: 6.3, 6.2
Change-Id: I8fbf2cb6729b8086565ed9f09aa094fe707a6d53
Reviewed-on: http://review.typo3.org/32754


Reviewed-by: default avatarStefan Neufeind <typo3.neufeind@speedpartner.de>
Tested-by: default avatarStefan Neufeind <typo3.neufeind@speedpartner.de>
parent 83ef83b5
Branches
Tags
No related merge requests found
......@@ -347,8 +347,8 @@ class Query implements QueryInterface {
}
/**
* 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.
* Performs a logical conjunction of the given constraints. The method takes one or more constraints and concatenates them with a boolean AND.
* It also accepts a single array of constraints to be concatenated.
*
* @param mixed $constraint1 The first of multiple constraints or an array of constraints.
* @throws Exception\InvalidNumberOfConstraintsException
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment