Project

General

Profile

Actions

Bug #65146

closed

Wrong type hint for $no_quote_fields

Added by Patrik Karisch about 9 years ago. Updated about 9 years ago.

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 #1

Updated by Wouter Wolters about 9 years ago

  • Status changed from New to Closed

Is solved with: #64511

Actions

Also available in: Atom PDF