Actions
Bug #103007
closedOutdated PHPdoc comment for logicalAnd() and logicalOr()
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2024-01-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The comment says "... the two given constraints ..." while in fact, any number is allowed
/** * Performs a logical conjunction of the two given constraints. The method * takes an arbitrary number of constraints and concatenates them with a boolean AND. */ public function logicalAnd(ConstraintInterface ...$constraints): AndInterface; /** * Performs a logical disjunction of the two given constraints. The method * takes an arbitrary number of constraints and concatenates them with a boolean OR. */ public function logicalOr(ConstraintInterface ...$constraints): OrInterface;
Updated by Gerrit Code Review 10 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82753
Updated by Gerrit Code Review 10 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82753
Updated by Gerrit Code Review 10 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82739
Updated by Albrecht Köhnlein 10 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3b068da5bdf8c52ddda4181a294df9ffb03cd04b.
Actions