Deprecation: #67769 - Deprecate QueryGenerator::formatQ()
See forge#67769
Description
The method Query
which was used to format a query string, has been marked as deprecated.
Impact
All calls to the PHP method will throw a deprecation warning.
Affected Installations
Instances which make use of Query
.
Migration
No migration, use htmlspecialchars
as alternative.