mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°4517 - PHP 8.1: Hide (for now) deprecate notices of mismatching return types when union types as it would not be supported by PHP 7.2 => 7.4
This commit is contained in:
@@ -2538,6 +2538,7 @@ class MFDocument extends \Combodo\iTop\DesignDocument
|
||||
* @return string
|
||||
* @throws \Exception
|
||||
*/
|
||||
#[\ReturnTypeWillChange]
|
||||
public function saveXML(DOMNode $node = null, $options = 0)
|
||||
{
|
||||
$oRootNode = $this->firstChild;
|
||||
|
||||
Reference in New Issue
Block a user