TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,37 @@
.. include:: /Includes.rst.txt
.. _deprecation-65956:
========================================================================
Deprecation: #65956 - $returnHTML parameter of DebugUtility::debugRows()
========================================================================
See :issue:`65956`
Description
===========
The parameter `$returnHTML` of the method `\TYPO3\CMS\Core\Utility\DebugUtility::debugRows()` is not used anymore and
has been marked for deprecation.
Impact
======
The parameter is not used anymore.
Affected installations
======================
All method calls using this parameter are affected.
Migration
=========
Remove the parameter in the method call.
.. index:: PHP-API