mirror of
https://github.com/php/phd.git
synced 2026-03-23 22:52:05 +01:00
Replace deprecated SplObjectStorage::detach() with offsetUnset()
This commit is contained in:
committed by
Gina Peter Banyard
parent
34f18a654b
commit
65b6eaf04a
@@ -26,7 +26,7 @@ $reader = new Reader($outputHandler);
|
||||
$reader->open($config->xmlFile, null, LIBXML_PARSEHUGE | LIBXML_XINCLUDE);
|
||||
$render->execute($reader);
|
||||
|
||||
$render->detach($index);
|
||||
$render->offsetUnset($index);
|
||||
|
||||
|
||||
// Rendering
|
||||
|
||||
Reference in New Issue
Block a user