💡 N°3129 Fix phpdoc

Method was renamed in 45b5c39a but I forgot to update the PHPDoc
This commit is contained in:
Pierre Goiffon
2022-03-17 15:36:39 +01:00
parent 7f4fddb378
commit 0080a2e733

View File

@@ -2295,7 +2295,7 @@ EOF;
*
* @param MFElement $oNewNode The replacement
*
* @since 2.7.7 3.0.1 3.1.0 N°3129 rename method (from `ReplaceWith` to `MFReplaceWith`) to avoid collision with parent `\DOMElement::replaceWith` method (different method modifier and parameters :
* @since 2.7.7 3.0.1 3.1.0 N°3129 rename method (from `ReplaceWith` to `ReplaceWithSingleNode`) to avoid collision with parent `\DOMElement::replaceWith` method (different method modifier and parameters :
* throws fatal error in PHP 8.0)
*/
protected function ReplaceWithSingleNode($oNewNode)