---
title: "Deprecation: #65956 - $returnHTML parameter of DebugUtility::debugRows()"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-65956"
source: "Changelog/7.2/Deprecation-65956-DebugUtilityDebugRows.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Deprecation: #65956 - $returnHTML parameter of DebugUtility::debugRows()

See [forge#65956](https://forge.typo3.org/issues/65956)

## Description

The parameter `$returnHTML` of the method `TYPO3CMSCoreUtilityDebugUtility::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.
