1
0
mirror of https://github.com/php/phd.git synced 2026-03-23 22:52:05 +01:00

Fix deprecation in 8.5

This commit is contained in:
Niels Dossche
2026-01-11 12:03:21 +01:00
committed by GitHub
parent d83871e6b5
commit b7b9b845e5

View File

@@ -116,7 +116,7 @@ if ($config->requiresIndexing()) {
$reader->open($config->xmlFile, NULL, $readerOpts);
$render->execute($reader);
$render->detach($format);
$render->offsetUnset($format);
$outputHandler->v("Indexing done", VERBOSE_INDEXING);
} else {