Actions
Bug #65146
closedWrong type hint for $no_quote_fields
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2015-02-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
All the insert and update methods have a $no_quote_fields parameter, which type hint in the phpdoc is set to boolean. But with the reference to fullQuoteArray() which finally consumes the $no_quote_fields parameter, the correct type hint would be boolean|array.
Actions