Actions
Task #85889
closedSmall cleanup in LiveSearch class
Start date:
2018-08-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Small cleanup in LiveSearch class
Updated by Wouter Wolters over 6 years ago
Simplify FQN of QueryParser
Use correct typehint for $pageIdList, is an array and not a string
Switch if statement order to use the less expensive one first
Surround hard to read or-statement with parentheses
Directyly return result in getAvailablePageIds
Updated by Gerrit Code Review over 6 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 https://review.typo3.org/57946
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57946
Updated by Wouter Wolters over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f1afa86524eb3f9714729643e948e4be3f5a0847.
Actions